MarkdownPreview icon indicating copy to clipboard operation
MarkdownPreview copied to clipboard

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/

Results 7 MarkdownPreview issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/47498278/213315049-5b37eb23-101d-43d6-a53b-4a02762b4ad9.png) MarkdownPreview version:...

S: triage

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.

S: needs-review
C: source
C: markdown-preview
C: settings

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...

T: feature
P: maybe

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...

T: feature
P: maybe

It would be cool to have the GitHub/Lab host configurable, so I can use our enterprise installation of GitLab.

T: feature

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.

T: feature

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?

C: docs
T: maintenance