markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
[Feature Request] Nice to able to modify the CSS of existing themes or clone and update the styles
The local md file cannot be viewed, I set it up according to the tutorial  No matter how I refresh it, the md file still cannot be parsed 
I would be great if there is a small button(maybe at the right top corner) for copying code snippets.
For example, when I clone the WinPython wiki (https://github.com/winpython/winpython/wiki), and then open Home.md in Chrome with Markdown Viewer enabled, then I click 'Installation' near the bottom of the page, the...
Hi, today I use this extension again after a long time and notice that the text color is broken for some themes, specifically they are: - **GitHub**:  - **Radar**:...
I'm using the compilers branch of markdown-viewer and using the remarkable compiler. The headers don't have an id attribute, so all table of contents entries direct to href="#null". This makes...
The generated Table of Contents (TOC) can be folded just fine
As per our discussion in https://github.com/simov/markdown-viewer/issues/119. #### Implementaiton I ended up going with the implementation I had suggested in the thread. Namely, wait for the dom to load (via `document_end`)...