markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
Is it possible to implement Sort operation for Markdown tables as shown [here](https://stackoverflow.com/questions/42843288/is-there-any-way-to-make-markdown-tables-sortable)? Thank you in advance.
I added support for [this markdown-it plugin](https://github.com/basverweij/markdown-it-gridtables?tab=readme-ov-file) that process [pandoc-style grid tables](https://pandoc.org/MANUAL.html#tables). Known issue: mathjax does not seem to play nicely with this, which was unfortunately exactly the use case...
I realize that I am arguably pushing against the boundaries Markdown's design philosophy in terms of reasonable use cases, but is it possible to define some simple JavaScript like the...
Github Alerts https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
Is it possible to add support to render [PlantUML](https://plantuml.com/) code blocks?
This is a bit of an edge case, granted, but it is a bug. If I launch Firefox 127 (on Windows 10) from the command line and give it a...
According to Github, GH Markdown supports Footnotes: https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/ Markdown Viewer Supports GH Markdown, however it does not support Footnotes. I am using https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk.
Hello. I would appreciate a feature to inject HTML at top of the BODY and also at the bottom of the HEAD. That would allow me to add a link...
The insertion of tags in Markdown files is currently supported, but the inserted is not executed in the browser. It is expected that the will be executed after it is...