simo

Results 396 comments of simo
trafficstars

As long as markdown content is being served on certain routes you can configure the path matching regexp to enable Markdown Viewer on those routes, otherwise no, dynamically updating URLs...

Currently there is no way to hide such text. If it's some sort of a standard, then there could be a plugin for the underlying Markdown parser that I'm using.

Yes, Remark does not render this case correctly, but Marked does - you can switch to it from the compiler tab. Additionally Markdown Viewer supports a few others when installed...

I don't think port is supported [pattern](https://developer.chrome.com/extensions/match_patterns) for Chrome extensions. Although I just tried allowing just the: - http://localhost - http://127.0.0.1 and it works with any port. Specifying the port...

Definitely weird, but still allowing just the `localhost` origin is not that bad.

Hi, @huangjj27 You should probably use a media query in case you don't want to see the border only when printing: ```css @media print { .markdown-body { border-width: 0px; }...

All available themes are listed here: https://github.com/simov/markdown-viewer/blob/master/manifest.json#L31-L55 though I don't think a new theme is needed for that.

Can you show me a code snippet?

I see now, probably I more generic option would be better, I'll think about it. Thanks for the feedback.

I'm working on the MathJax support and in fact it's almost ready. You can subscribe to this repo using the Watch button at the top.