MarkdownPreview
MarkdownPreview copied to clipboard
Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
With the code below and the extension `pymdownx.details` enabled: ```markdown ??? question "Title" This is an example content ``` The resulting HTML is rendered on Firefox 108.0.1:  MarkdownPreview version:...
This (partially) closes issues #44 . I have only a Gitlab custom domain to test with, so that's why I cannot provide a similar change for the Github part.
I would like set permanent name of output html-file. But every time I get various names of html-files, such as 82.html, 83.html, ... and I can't to contol this-) Сan...
I would like the ability to copy the HTML file location to my clipboard. There is an option to `Preview in Browser` but I would like a link to the...
It would be cool to have the GitHub/Lab host configurable, so I can use our enterprise installation of GitLab.
There's a `project` attribute in GitLab's markdown API and a `Context` one in GitHub's. It might be useful to get corespondent attributes from `.sublime-project` file and send them to API.
Why there is an [examples](https://github.com/facelessuser/MarkdownPreview/tree/master/examples) folder and a [samples](https://github.com/facelessuser/MarkdownPreview/tree/master/samples) one?
Hey, Mermaid is a diagramming tool that adds the ability to make all sorts of charts and graphs and diagrams within Markdown files. One adds a fenced section which defines...
With #177 being merged, MarkdownPreview runs on python 3.8 without noticible issues.
This commit is for those who hava abandoned old fashioned main menus in favor of working with Command Palette, primarily.