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

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.0 to 1.54.8. Release notes Sourced from sass's releases. Dart Sass 1.54.8 To install Sass 1.54.8, download one of the packages below and add it to your...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.1 to 2.79.0. Release notes Sourced from rollup's releases. v2.79.0 2022-08-31 Features Add amd.forceJsExtensionForImports to enforce using .js extensions for relative AMD imports (#4607) Pull Requests #4607:...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [@primer/octicons](https://github.com/primer/octicons) from 17.3.0 to 17.5.0. Release notes Sourced from @​primer/octicons's releases. v17.5.0 Minor Changes #827 f186ad3 Thanks @​edokoa! - Save accessibility-inset 16px icon #828 6c0d207 Thanks @​edokoa! - Save...

S: needs-review
C: infrastructure
dependencies
javascript

Completely experimental. The idea is to (eventually) replace Admonitions, Details, and Tabs with a new directive format. We won't be killing off replaced legacy extensions, not for some time. Pros:...

C: docs
C: details
S: work-in-progress
S: needs-review
C: infrastructure
C: tests
C: source
C: tabbed

Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.23.0. Release notes Sourced from eslint's releases. v8.23.0 Features 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) 30b1a2d feat: add allowEmptyCase option...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.9 to 7.18.13. Release notes Sourced from @​babel/core's releases. v7.18.13 (2022-08-22) Thanks @​djpohly for your first PR! :bug: Bug Fix babel-generator #14869 fix: jsx with retainLines (@​liuxingbaoyu)...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.1 to 14.11.0. Release notes Sourced from stylelint's releases. 14.11.0 Added: ignoreAfterCombinators: [] to selector-max-universal (#6275). Fixed: createPlugin type definition (#6264). Fixed: alpha-value-notation false negatives for SVG...

S: needs-review
C: infrastructure
dependencies
javascript

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 26.0.0 to 28.0.0. Release notes Sourced from stylelint-config-standard's releases. 28.0.0 Removed: stylelint less than 14.11.0 from peer dependencies. Changed: alpha-value-notation to be "number" for SVG *-opacity properties....

S: needs-review
C: infrastructure
dependencies
javascript

### Description When using `literalinclude` in a rst file you can specify the lines from the included file that are shown, e.g.: ```rst .. literalinclude:: example.py :lines: 1,3,5-10,20- ``` Would...

T: feature
S: needs-decision

### Description I am running into a bug, similar to this discussion (https://github.com/squidfunk/mkdocs-material/discussions/2913#discussioncomment-1135398), where implementing a bold styling breaks the italics. However, it isn't an issue in reverse (italics in...

T: enhancement