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

The local md file cannot be viewed, I set it up according to the tutorial ![image](https://user-images.githubusercontent.com/24772156/132638626-1d5dae33-ef3d-4081-a972-2bcee6f46bf2.png) No matter how I refresh it, the md file still cannot be parsed ![image](https://user-images.githubusercontent.com/24772156/132638821-dfdc7933-2f1e-4f35-80b3-214ef0fd3596.png)

I would be great if there is a small button(maybe at the right top corner) for copying code snippets.

content

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

question

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**: ![image](https://user-images.githubusercontent.com/56427890/117127656-8ddaf900-adc6-11eb-8a97-214e5dfa633f.png) - **Radar**:...

bug

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

bug

The generated Table of Contents (TOC) can be folded just fine

content

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