Skip to content

Commit

Permalink
Add md2html_increase_header_level_filter, which will increase the h…
Browse files Browse the repository at this point in the history
…eader level by 1.
  • Loading branch information
Zhaopudark committed Mar 14, 2024
1 parent d69f856 commit 75ac32b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/outputs/test_md2html_header_anchor_and_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down
2 changes: 1 addition & 1 deletion scripts/etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- defaults
dependencies:
- pandoc>=3.1.12.1 -c conda-forge
- pandoc>=3.1.12.2 -c conda-forge
- pip:
- setuptools
- build
Expand Down
2 changes: 1 addition & 1 deletion src/pandoc_filter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""
from .utils import check_pandoc_version

check_pandoc_version(required_version='3.1.12')
check_pandoc_version(required_version='3.1.12.2')
__version__ = '0.2.13'

0 comments on commit 75ac32b

Please sign in to comment.