Damith C. Rajapakse
Damith C. Rajapakse
Current: we support GFMD syntax for tables Suggestions for improvements: * Ability to use more complex tables such as merged cells e.g., https://www.npmjs.com/package/markdown-it-multimd-table * Ability to create a table based...
Last time I tried, annotations don't seem to work if the src is given as a relative URL, such as the below: 
One area we can focus on optimizing MarkBind is saving as PDF -- as content-intensive pages might be saved as PDF. A specific use case is [this textbook](https://nus-cs2103-ay2324s2.github.io/website/se-book-adapted/print.html). Steps: 1....
**Updated description:** Justification: It allows to easily 'quote' a part of the page. Current: One can refer to a specific location of a page e.g., `http://abc.com/page.html#location` Problem: This technique can...
Take the following text. The code below has two `if` statements; one evaluates to `true` while the other doesn't. ```python price = 55 print(price) if price > 50: print('Expensive') weight...
Current: minimized panels appear in a new line, although multiple minimized panels can appear in a single line.  Suggest: support a way to push a panel that are minimized...
It would be good to allow deploying via FTP. For example, Hexo support many ways to deploy https://hexo.io/docs/deployment
Watch the top right corner of this gif:  It's a minor issue though. Happens only when the topNav is in fixed mode.
This is the unsolved part of #1607 Scroll-spying of the pageNav is not working if the heading has an inline include (only in some specific situations) Here is one example:...
v2.12.0, Chrome, Windows Ctrl+Click (to open in new tab) on [this link](https://nus-cs2113-ay1920s2.github.io/website/schedule/week11/topics.html#integration-testing) Expected (this is what you get if you normal-click on the link):  Actual: 