Skip to content

Commit

Permalink
⬆️ UPGRADE: markdown-it-py v3 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 5, 2023
1 parent 0bd853b commit bb53c05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ repos:
args: [--config-file=pyproject.toml]
additional_dependencies:
- sphinx~=5.0
- markdown-it-py>=1.0.0,<3.0.0
- mdit-py-plugins~=0.3.4
- types-urllib3
- markdown-it-py~=3.0
- mdit-py-plugins~=0.4.0
files: >
(?x)^(
myst_parser/.*py|
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ requires-python = ">=3.8"
dependencies = [
"docutils>=0.15,<0.20",
"jinja2", # required for substitutions, but let sphinx choose version
"markdown-it-py>=1.0.0,<3.0.0",
"mdit-py-plugins~=0.3.4",
"markdown-it-py~=3.0",
"mdit-py-plugins~=0.4",
"pyyaml",
"sphinx>=5,<7",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ content
.
<document source="<string>">
<paragraph>
© © ® ® ™ ™ § § ± …
© © ® ® ™ ™ (p) (P) ± …
.

[strikethrough] --myst-enable-extensions=strikethrough
Expand Down

0 comments on commit bb53c05

Please sign in to comment.