markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
It would be more useful if [GitLab-style math blocks](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/markdown.md#math) are supported. Inline math: ``$`a + b = c`$`` display math: ```` ```math a + b = c ``` ```` They...
I have the problem that sometimes the HTML isn't loading. When that happens the page just stays black. (switching to the text/markdown mode works) Even reloading or reopening the site...
Inline code and code blocks should have the same background. It is more uniform and looks better in markdowns that contains both variants. For example: ``` `git config --global user.name...
Sometimes, when a formatted markdown file is printed, the last page is cropped liked this:  It happens only when there are 2 or more pages and it depends on...
Code blocks without defined language should have the same background, font size and font type as code blocks for the rest of languages. It is more uniform and looks better...
Add possibility to configure version of Mermaid Diagrams used by extension Values are loaded from https://api.github.com/repos/mermaid-js/mermaid/releases
if i click the md file ,only download ,can't open ;i don't know why? chrome: 91.0.4472.164
Hi, first of all, thanks for this amazing extension 💛 It would be great to have some more features in the Table of Contents: ### Auto scroll - As one...
I try finding a simple way export Readable document from markdown, until I meet this markdown viewer. However, the PDF file saved from chrome has some problem with styling. (for...
The `` is the default usage listed on [Mermaid's site](https://mermaid-js.github.io/). It'd also be useful for scenarios where you have to add html within markdown, something like putting some mermaid graphs...