Thibaut Rousseau

Results 40 comments of Thibaut Rousseau

Hi I've started to work on a webextension version: https://github.com/Thiht/markdown-viewer/tree/webextension So far it works fine but I have a few issues to solve before releasing it (special chars support for...

WIP on branch no-restart

As far as I'm aware, and according to all the tests I've done, there's no way to make Markdown Viewer work with either Jetpack or WebExtensions. Markdown Viewer needs to...

It's not enough, it breaks on Linux because Firefox will download the file instead of displaying it.

It would be a nice improvement, I agree. Reading your issue, something like this came to my mind: http://afeld.github.io/bootstrap-toc/, it's the same kind of toc as used on [Bootstrap's doc](http://getbootstrap.com/getting-started/)....

See "[Why do some extensions not work in Pale Moon?](https://forum.palemoon.org/viewtopic.php?f=24&t=8740)" I think we fall under the "Extensions that were never written for our browser's compatibility realm" here, so it will...

This is the expected behavior. `{...}` is not standard Markdown.

It's not that hard to add since there's a markdown-it plugin doing this, but I'm not really sure I want it... If more people request emojis I'll add the plugin

Saving this link here: https://www.npmjs.com/package/markdown-it-emoji

Well, YAML metadata are not standard so I'm not considering it for now because they're not implemented by [marked](https://github.com/chjj/marked). However I'm thinking about switching to [markdown-it](https://github.com/markdown-it/markdown-it/) because their implementation support...