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

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

feature

Hi, thanks for creating this extension! For some reason this isn't rendering markdown for me. ![image](https://user-images.githubusercontent.com/13225609/100130897-3d588a80-2e7b-11eb-80fe-0165af7a9a97.png) I've allowed both file:///* URLs and access to local file URLs as you can...

question

Hello. How can I get footnotes to work? (`[^1]: Example`) Should I enable some compiler? I am confused.

question

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

compiler

The file is : ``` 1. aaaaaaaaaaaaa ``` make -j4 make install ``` - `-j4`,表示以 4 核心运行,可以省略 查看安装结果: ``` ls /usr/local/mysql/ ``` ``` **The right layout like this :** ![image](https://user-images.githubusercontent.com/6396748/106242156-34e94b00-6242-11eb-9855-95448a46fa4f.png)...

question

The file is : ``` # 1 ## AA ### 安装 JDK * Item 1 * Item 2 * Item 4 * Item 5 ``` The error : ![image](https://user-images.githubusercontent.com/6396748/106233294-1f1f5a00-6231-11eb-967d-1166fe856cd6.png)

question

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

feature

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

feature

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

firefox

How set or change image size?

question