markdown-viewer icon indicating copy to clipboard operation
markdown-viewer copied to clipboard

Markdown Viewer / Browser Extension

Results 141 markdown-viewer issues
Sort by recently updated
recently updated
newest added

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.

content

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...

question

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

compiler

Is it possible to add support to render [PlantUML](https://plantuml.com/) code blocks?

content

currently it seems to be 1s hardcoded

feature

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...

firefox

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.

question

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...

question