simo
simo
I think what happens is that multiple extensions compete for the contents of that page you are trying to load. So whichever succeeds first breaks the rest. Not sure how...
Thanks, @ericchenkai! I'm really trying to make the UI as simple as possible + document every aspect of it. I'm going to address your points here: 1/2 - I plan...
Yes, I know about this issue .. btw which browser do you use?
Probably using HTML tags instead of markdown syntax? I'm not aware of markdown support for that.
Thanks for the feedback :+1:
I see, this is because the code blocks are being rendered using Prism.js
Thanks for the thorough explanation, seems like something that maybe needs fixing in here.
Thanks, I like your idea. I'll have a look.
Generally I like the idea and your implementation seems to be in the correct place. However, as I mentioned earlier I want to test this for potential regressions in loading/rendering...
The [markdown-syntax](https://github.com/simov/markdown-syntax) repo is a good start, but then you also need large documents with lots of images in them, as the images affect certain aspects of the loading as...