pymdown-extensions icon indicating copy to clipboard operation
pymdown-extensions copied to clipboard

Extensions for Python Markdown

Results 53 pymdown-extensions issues
Sort by recently updated
recently updated
newest added

Using magiclink with a custom GitLab or GitHub URL (ex: private repo). Please allow customization of the `url` parameter in `pymdown-extensions/pymdownx/magiclink.py`

P: maybe
T: feature
C: magiclink
P: low

The title says it all. The idea is just to make the titles a little more flexible.

C: details
T: enhancement
C: tabbed

### 1. Summary It would be nice, if would be possible to have simpler syntax for short snippets. ### 2. Example For example, I often use in my Markdown articles...

T: feature
C: snippets
S: needs-decision

Will do everything that B64 does now, but will provide an syntax to force inlining, and optionally a mode to inline all images as B64 does now. Will handle PNG,...

T: feature
C: b64
skip-triage
P: low

Please use HTML5 progress bar which is supported on any modern browser (mostly since 2012, see [browser support](https://www.w3schools.com/TAgs/tag_progress.asp)). Fixes #293

P: maybe
T: feature
C: progressbar
P: low

When embedding a markdown file into another one, is there a way to control how headers are transformed? As performed in the markdown-include extension : https://github.com/cmacmackin/markdown-include#configuration. If not, could it...

P: maybe
T: feature
C: snippets
P: low

This case incorrectly gets parsed by MagicLink and turned into a link within a link: ```html http://mdpopups.com ``` This is incorrect, and we should be checking if the parent(s) is...

T: bug
C: magiclink
P: low

### Description Quite a lot of platforms support the [oEmbed standard](https://oembed.com/) (e.g. medium, dev.to, even github). Some of the platforms use markdown as an input format. It would be great...

T: feature
S: triage

### Description Issue #1462, closed not long ago, added a feature to allow including only specified line ranges from external file with snippets. One concern regarding this feature was inconsistency...

P: maybe
T: feature

### Description Our custom JS and CSS historically has been packaged using a gulp script. Recently, stylelint upgraded to 16.3.1, we are stuck on 15.11.0 because this breaks interactions with...

T: maintenance
S: triage