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

Thanks for the great work! I have a mapping in my `.vimrc` file to launch the current Markdown file in Chrome: ```vim autocmd BufEnter,FileType markdown nnoremap :execute ':silent !google-chrome %'...

question

I really appreciate this extension, but I regret that it does not recognize certain symbols, like `` or similar. I hope in future this will be possible. Thank you

feature

screenshot: ![image](https://user-images.githubusercontent.com/11267872/50380819-9e013c00-0642-11e9-813f-cab84bcdd522.png) FYI: [using a wiki markup syntax to make links](https://help.github.com/articles/adding-links-to-wikis/#using-a-wiki-markup-syntax-to-make-links)

compiler

Hi @simov I mainly come around to say thank you for such a great chrome extension. It helps me to read my own github repo perfect where there is a...

feature

Markdown uses two trailing spaces as a linebreak. Some think it's a malpractice and ugly, so some parsers also support `'\'` as a linebreak. I can't find it in offical...

compiler

as in the picture below, the back anchor start in a new line: ![image](https://user-images.githubusercontent.com/8068443/30688470-d772f754-9ef0-11e7-9a0e-4b39577d5fc2.png) what about make it appear at the end of relevant footnote like this: ![image](https://user-images.githubusercontent.com/8068443/30688603-3b8512cc-9ef1-11e7-952c-37971a990fec.png) I think...

compiler

When this extension v3.6 is enabled, visiting [https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) fails with 22.0.md:1 Refused to load the font 'data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHY...JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==' because it violates the following Content Security Policy directive: "font-src assets-cdn.github.com". Clearing all...

question

It doesn't support **$O(n^2)$** and **\\(O(n^2)\\)** which works well in jupyter notebooks. I don't know where to update your code. Fix it soon.

mathjax

The following markdown is not rendered correctly ``` # Indentation Test ### Header 1 - Bulletpoint 1 ### Header 2

compiler

Here's a screenshot. Python code is highlighted fine but Vim code is not highlighted. ![simov-md_viewer-vim-highlight](https://user-images.githubusercontent.com/14156307/36960512-4b2d8a98-2082-11e8-9d81-1b16ac7a436b.png) I checked and Vim is in prism's [list of supported languages](http://prismjs.com/#languages-list). Let me know if...

feature