Damith C. Rajapakse
Damith C. Rajapakse
> Users will have to download `Asciidoctor` first and then the plugin will use `Asciidoctor` to generate HTML from the Asciidoc syntax. It's best if users don't have do to...
Thanks for checking this @EltonGohJH I had a look again and it seems the problem occurs when the file belongs to a sub-site e.g.,, In https://github.com/nus-cs2103-AY2324S2/website if the annotation is...
Along the same vein, it's nice if we can support PR previews in `${baseUrl}/pulls//` On a related note, if we can do all this using GitHub actions + gh-pages, we...
This could be one possible approach: What authors need to do to deploy a 'archived' version of a website, 1. create a branch to represent the version e.g., `branch-v-1-2-0` 2....
A few more things: 1. Just so that we don't have have false expectations, I'm unlikely to use the versioning feature for CS2103 website simply because the site is already...
> If the project is version controlled via git ... This reminded me that MarkBind does not mandate the use of git. I kind of forgot that fact :-p So,...
> > This reminded me that MarkBind does not mandate the use of git. I kind of forgot that fact :-p So, we should not make git a compulsory part...
> Bootstrap's grid system? > https://getbootstrap.com/docs/4.0/layout/grid/#auto-layout-columns In this specific case it doesn't seem to work -- apparently due to how the parser interprets blank lines.
Nice. Thanks for the solution @acjh As the culprit was indentation, I used 1-space indentation within this specific block to avoid the problem (instead of the extra ``). As this...
> This kind of "transformation" syntax can probably be developed as a plugin (#470), rather than a functional (Vue) component. Yes, that works too. > **We might want to consider...