markdown-viewer
markdown-viewer copied to clipboard
Markdown Viewer / Browser Extension
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:...
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)(?:#.*|\?.*)?$`
## 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...
 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,...
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...
The content of the popup is too wide. (See the screenshot) No problem with the height, the popup fits correctly. 
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...
flowchart url http://flowchart.js.org/ Unable to display images using flowchart syntax
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...