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 am launching Chrome from Eclipse using a preview feature. It gives a random port every time. I've tried to wildcard the port, but nothing seems to work. I've tried:...

question

The RE `\.(?:markdown|mdown|mkdn|md|mkd|mdwn|mdtxt|mdtext|text)(?:#.*|\?.*)?$` does not support .MD. I modified it as follows and it worked: `\.(?:markdown|mdown|mkdn|md|MD|mkd|mdwn|mdtxt|mdtext|text)(?:#.*|\?.*)?$`

origins

## Reproduction steps: 1. Add a new URL item via the options view: `chrome-extension://ckkdlimhmcjmikdlpkmbgfkaikojcbjk/content/options.html` 2. Remove the item in the extension details view: `chrome://extensions/?id=ckkdlimhmcjmikdlpkmbgfkaikojcbjk` ### What should happen: **Two-way binding...

origins

![image](https://user-images.githubusercontent.com/292160/50568428-898a0700-0d06-11e9-8ece-126cfdaf679d.png) I am trying to view a markdown file from amazon S3 link, and the add-on fails loading because of the error attached. I think if the favicon fetch fails,...

question

I uso pandoc filters to convert md files in odt, and that filters use a proprietary syntax, i.p. {custom-styles="namestyle"}. It's not a bug, but a question: there is a way...

question

The content of the popup is too wide. (See the screenshot) No problem with the height, the popup fits correctly. ![image](https://user-images.githubusercontent.com/6833309/50593273-f8e33080-0e97-11e9-85e4-9e04345429fd.png)

firefox

Two things: 1. The input `\\$1 \\$2` is rendered as `$1 \$2` whereas the expected output is `\$1 \$2`. 2. `\\$1` is rendered as `$1`. As per the documentation, the...

mathjax

flowchart url http://flowchart.js.org/ Unable to display images using flowchart syntax

feature

The rule for solarized-dark: ``` code,pre{font-family:'Inconsolata',sans-serif} ``` This fallback to `sans-serif` should be `monospace`, I suspect it was a typo. Without the `Inconsolata` font on my system, this didn't render...

and include the option just for file-property matching in the options view. This will add an option for users who have need for increased security to be able to use...

origins