markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
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 %'...
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
screenshot:  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)
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...
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...
as in the picture below, the back anchor start in a new line:  what about make it appear at the end of relevant footnote like this:  I think...
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...
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.
The following markdown is not rendered correctly ``` # Indentation Test ### Header 1 - Bulletpoint 1 ### Header 2
Here's a screenshot. Python code is highlighted fine but Vim code is not highlighted.  I checked and Vim is in prism's [list of supported languages](http://prismjs.com/#languages-list). Let me know if...