gsee
gsee copied to clipboard
Bump pymdown-extensions from 6.2 to 10.0
Bumps pymdown-extensions from 6.2 to 10.0.
Release notes
Sourced from pymdown-extensions's releases.
10.0
- Break: Snippets: snippets will restrict snippets to ensure they are under the
base_pathpreventing snippets relative to thebase_pathbut not explicitly under it.restrict_base_pathcan be set toFalsefor legacy behavior.9.11
- NEW: Emoji: Update to new CDN and use Twemoji 14.1.2.
- NEW: Snippets: Ignore nested snippet section syntax when including a section.
9.10
- NEW: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. A number of extensions utilizing general purpose blocks are included and are meant to be an alternative to (and maybe one day replace): Admonitions, Details, Definition Lists, and Tabbed. Also adds a new HTML plugin for quick wrapping of content with arbitrary HTML elements.
- NEW: Highlight: When enabling line spans and/or line anchors, if a code block has an ID associated with it, line ids will be generated using that code ID instead of the code block count.
- NEW: Snippets: Expand section syntax to allow section names with
-and_.- NEW: Snippets: When
check_pathsis enabled, and a specified section is not found, raise an error.- NEW: Snippets: Add new experimental feature
dedent_sectionsthat will de-indent (remove any common leading whitespace from every line in text) from that block of text.- NEW: MagicLink: Update GitLab links to match recent changes and to be more correct.
- NEW: MagicLink: Relax required hash length when performing link shortening.
9.10b5
- NEW: Blocks: Add
type_multiandtype_nonevalidators.- NEW: Blocks: Rename on_parse to
on_validateand pass in parent element as context for validation.- NEW: Blocks: When a block uses
rawmode, allow content to be indented to avoid conflicts with HTML parser.rawblocks should be indented and are now documented as such. The results will be dedented up to Python Markdown's tab length, so intentional indentation is still possible.rawblocks with no indentation will still work, but may have conflicts with other extensions.- FIX: Blocks: Commenting out all YAML options will not cause a block to invalidate.
9.10b4
- NEW: Blocks: Add
on_inline_endevent.9.10b3
- NEW: Blocks: Ensure inline mode is handled properly.
- NEW: Blocks: When using raw mode, ensure HTML stashed content is extracted.
- NEW: HTML: The Blocks HTML extension should use
inlinespecifier instead ofspan.9.10b2
- NEW: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. A number of extensions utilizing general purpose blocks are included and are meant
... (truncated)
Commits
5e75073Update JS doc depsb7bb487Merge pull request from GHSA-jh85-wwv9-24hva8fb966Update JS doc deps75d17e3Update changelogc3580c5Update to use latest Twemoji release (#2004)442011dUpdate bad links5bda09fUpdate JS doc deps61b4571Ignore nested snippet sections (#2003)07e4b90Corrected a typo: "be" missing (#1991)59efa28Update JS doc deps- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.