markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
I know the remark compiler can interpret yaml code like for metadata ``` --- title: Index description: This is my Index Page tags: ['index'] --- ``` It would be great...
Hi, thanks for creating this extension! For some reason this isn't rendering markdown for me.  I've allowed both file:///* URLs and access to local file URLs as you can...
Hello. How can I get footnotes to work? (`[^1]: Example`) Should I enable some compiler? I am confused.
The following breaks the rendering as soon as there is an empty line in between the ```. 1. python 3.7.9: ```shell Some code Here ```
The file is : ``` 1. aaaaaaaaaaaaa ``` make -j4 make install ``` - `-j4`,表示以 4 核心运行,可以省略 查看安装结果: ``` ls /usr/local/mysql/ ``` ``` **The right layout like this :** ...
The file is : ``` # 1 ## AA ### 安装 JDK * Item 1 * Item 2 * Item 4 * Item 5 ``` The error : 
Since GitHub has its own dark mode, I would like the dark theme in this extension be the same. After checking your themes folder, I have no idea of how...
Instead of `location.reload(true)`, it may feel better to just `container.innerHTML = body`. https://github.com/simov/markdown-viewer/blob/d7f9bfefbbddb7022b4b577e328f67a079bf11bb/content/index.js#L270-L272
Indented items in unordered lists are incorrectly rendered in firefox works fine in chrome. I haven't tested any other browsers. Markdown: ``` - Hello - World - List -- Ident...