Cimbali

Results 348 comments of Cimbali

Here’s how we stand on the security guidelines currently: - [x] Don’t inject or incorporate remote scripts - [x] Ensure you insert remote content safely No remote content. We could...

Ok that’s pretty weird, your downloaded output seems to have all the CSS tags, they’re just empty…

Hi @heronils the file seems to render fine for me. Can you specify how you access the file? In particular there is a known bug in firefox due to which...

> The related markdown: > > ``` > > > ### Text > ``` This again works fine for me, on FF 66.0.5 64-bit on linux. We’ll need some more...

Seems to be [a firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1071816), like many of the quirks we get from `file://` urls in forefox. Work-around is to use BOM, sorry I can’t do better than this...

Actually this bug is marked resolved in Firefox 66. With 67.0.1 you should not be affected.

I can reproduce this with Firefox 67.0.4 (64 bits) on Windows 10. The page is correctly decoded as UTF-8 in both cases, however in one case (no BOM) the add-on...

Hmm 7MB might be a lot indeed. I didn't know workers were available for extensions, will definitely look into it.

Using workers is in fact really hard for this use-case, as the extension’s javascript files can not be loaded from the page where we inject the markdown rendering scripts, due...

Images are already working, including hover text. I’ve made sure that a demo of that is in the test files as well. If you have an example where this syntax...