Markdown in Firefox
Abstract Use Mozilla Firefox as a Markdown documents viewer written on Linux Ubuntu, Fedora and Arch, with mention of MS Windows and macOS. Mozilla Firefox and the Markdown layout Mozilla Firefox, one of the best Internet browsers, does not natively read documents written in Markdown. If you try to open a document written in Markdown, the browser asks whether it should save it locally or open it with an application among those offered by the operating system. But it doesn’t render the document. It is necessary, therefore, to use an add-on plugin to view a Markdown document in rendered mode within the navigator. An excellent plugin is Markdown Viewer Webext . In addition to displaying content written in Markdown, the component makes available a pop-up table of contents that also allows you to choose the style ( default and github ) and download the HTML version of the document locally. I did, however, have some problems to install the component under GNU/Linux, especially on...