markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
Very nice app, but there is a small problem with Greek characters while other applications ( e.g. MarkView ) don't have this problem Thank you
When I disable the extension, the browser can open the local file. However, after the extension is enabled, the file content is no longer displayed, let alone render the markdown...
I use the Github Dark theme. But entire webpage is not dark  Here is what I enabled  and the whole page is not dark. Only the content is...
Currently I use your tool manually to view a markdown file in Chrome then print it to a PDF from Chrome. See my answer here: https://superuser.com/questions/689056/how-can-i-convert-github-flavored-markdown-to-a-pdf/1591372#1591372. However, I'd really like...
Just a question. Why are all of your CSS theme files a single line of code? That makes them really hard to read. https://github.com/simov/markdown-viewer/tree/master/themes
Hi, Simov. There is no space between words in Chinese, Japanese and Korean. So when I turn off "breaks" under the compiler REMARK, the viewer add spaces automatically. It will...
Using Github Dark (didn't test with other modes). If a code block immediately follows a bullet list item, and that code clock has a blank line in it, markdown-viewer closes...
The tab character is render as 4 spaces instead of 8. Here is the test code block: ``` `123456789` `9` ``` The following how it is rendered: ``` `123456789` `...
please change favicon from black to some other color, i assume it is simply 'm' in Roboto Medium Italic Font. 
Consider the following example Markdown document ``` # H1 blabla[^footnote-id] [^footnote-id]: super-important footnote content. ``` which is rendered to (using _remark_ as the compiler):  Obviously, the superscript link...