simo

Results 396 comments of simo
trafficstars

Markdown Viewer v5.3 landed with an improved Advanced Options page where you can click on Settings inside the header and get to all of the options available in the popup:...

The syntax highlighting for code blocks is being done using [prismjs](https://prismjs.com/), you can find their stylesheets in their repo. One way is to install Markdown Viewer [manually](https://github.com/simov/markdown-viewer#manual-install) and update the...

Custom theme support landed in v5.3, have a look at the [documentation](https://github.com/simov/markdown-viewer?tab=readme-ov-file#custom-theme) When you select the CUSTOM theme at the bottom of the themes dropdown you get a blank theme....

Can you verify that the local file access is enabled for the extension in the advanced options page? It should look like this if enabled correctly: ![Screenshot from 2023-05-24 13-54-50](https://github.com/simov/markdown-viewer/assets/1694112/b88073d2-9182-47d9-96c2-a7cff230b580)...

That's even more strange, can you verify that all of the points outlined [here](https://github.com/simov/markdown-viewer#local-files) are looking good on Chrome on your end?

@rovf most likely an external application (MarkEdit) has updated your mime types config file for Firefox on MacOS resulting in Firefox no longer rendering it as plain text by default...

As far as I know that configuration is for unknown file types to Firefox, meaning files that it does not know how to render. By default markdown files should be...

I'm not able to reproduce it on my end. I tried with both compilers and using different option combinations. Not sure what else can be different.

It works both on file:/// and http://localhost on my end, MV 5.1 and FF 111 on Linux.

That's even more strange, the web rendering part of Firefox should behave the same on all platforms.