markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
Hide the directory when printing Better looking
It seems that markdown-viewer dosen' t support for loading some tex extension such as `physics` and ` braket`. For example, when I add `\(\require{braket}\)` in the markdown file, the formula...
According to [mermaid webpage](https://mermaid-js.github.io/mermaid/#/stateDiagram?id=setting-the-direction-of-the-diagram) it should be possible to define direction for a state diagram. However, it looks like the direction statement is not supported in Markdown Viewer 4.0 and...
What the extension does emit:  Actual footnotes in github flavored markdown[^1][^2]:  The extension violates these rules: 1. Square brackets `[` and `]`, near the link to a footnote,...
Hi, thanks to this extension, I can create a chart using mermaid. The next step is to make a chart contain links to navigate to different urls. Right now, it...
Dear all, I observed that a markdown file provided by a file:// URL is not rendered anymore in Firefox 74 (macOS). Instead a dialog appears to either save the file...
Quote Markdown characters are being rendered inside MathJax, specifically the Quote (`>`) symbols. Usually, I type homework assignments either in Typora or Visual Studio Code, and for answers, I usually...
These are task list previews in Github *Screenshot*  *Code* - [x] [links](https://www.example.com), **formatting**, and tags supported - [x] list syntax required (any unordered or ordered list supported) - [x]...
Implements #166. GitLab-style math expressions: ``$`math`$`` and math code blocks ```` ```math a + b = c ``` ````
[Pandoc - Pandoc User’s Guide](https://pandoc.org/MANUAL.html) > the following headings will all be assigned the identifier `foo`: > > # My heading {#foo} > > ## My heading ## {#foo} >...