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

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

bug

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

firefox
question

I use the Github Dark theme. But entire webpage is not dark ![image](https://user-images.githubusercontent.com/68191453/101459296-12cbfe80-395e-11eb-9cac-9d002a8210af.png) Here is what I enabled ![image](https://user-images.githubusercontent.com/68191453/101459352-22e3de00-395e-11eb-8936-4f6c414a1020.png) and the whole page is not dark. Only the content is...

feature

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

question

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

question

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

feature

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

compiler

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

prism

please change favicon from black to some other color, i assume it is simply 'm' in Roboto Medium Italic Font. ![logo](https://vectr.com/tmp/b2ca7ckT2k/b1SKXhtPOU.svg?width=84.92&height=120&select=hJ99v7NSS&source=selection)

feature

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): ![test md](https://user-images.githubusercontent.com/20040931/49596083-c9fd9b80-f979-11e8-985e-0a4cd5d1797d.png) Obviously, the superscript link...

compiler