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
trafficstars

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: ![image](https://user-images.githubusercontent.com/13215662/155844507-25fe0169-f998-4673-9496-a130e5ccf860.png) Actual footnotes in github flavored markdown[^1][^2]: ![image](https://user-images.githubusercontent.com/13215662/155844416-11f1fd49-f991-4e01-af3e-a1711682dce4.png) The extension violates these rules: 1. Square brackets `[` and `]`, near the link to a footnote,...

theme

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

firefox

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

mathjax

These are task list previews in Github *Screenshot* ![image](https://user-images.githubusercontent.com/68191453/130453377-e2f2491a-322e-4e86-8dd6-5080f26bbc5e.png) *Code* - [x] [links](https://www.example.com), **formatting**, and tags supported - [x] list syntax required (any unordered or ordered list supported) - [x]...

question

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

compiler