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

First, thanks @facelessuser for all your work on this package! Having an id attribute on details elements has been helpful in my project to allow linking directly to a details...

C: details
S: needs-decision
T: enhancement
P: low

I currently do some very ugly hacks in JavaScript at the moment to get a few missing Markdown features working. One of them is a tag for YouTube embeds. Currently...

P: maybe
T: feature
C: magiclink

Since proper Markdown support is not going to happen anytime soon, would it be possible to implement it in material-extensions like suggested here? https://talk.commonmark.org/t/embedded-audio-and-video/441/102 There is https://github.com/cmrd-senya/markdown-it-html5-embed as an example...

P: maybe
T: feature
C: magiclink

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10. Release notes Sourced from @​babel/preset-env's releases. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.18.9 to 7.18.10. Release notes Sourced from @​babel/cli's releases. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.8. Release notes Sourced from autoprefixer's releases. 10.4.8 Do not print color-adjust warning if print-color-adjust also is in rule. Changelog Sourced from autoprefixer's changelog. 10.4.8...

S: needs-review
C: infrastructure
dependencies
javascript

### Description Currently, there is no way to focus on a given tab (among tabs). The first tab always gets the focus. It would be nice if there was a...

T: feature

## Embedding Video/Audio File Types Resolves #897 This is an experimental branch that explores syntax to embed media. The idea is to use the existing `![]()` syntax that has been...

C: docs
C: magiclink
S: needs-review
C: infrastructure
C: source

Resolves #1724

C: docs
S: needs-review
C: tests
C: source
C: tabbed

### Description This would allow users to create a special fence that accepts arbitrary Python code and then executes it and displays it as if it were run in a...

T: feature
skip-triage