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 f75fb32 commit d69f856
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Inputs(`./input.md`):

Refer to [`test_md2html_anchor_and_link.md`](https://github.com/Zhaopudark/pandoc-filter/blob/main/resources/inputs/test_md2html_anchor_and_link.md).
Refer to [`test_md2html_header_anchor_and_link.md`](https://github.com/Zhaopudark/pandoc-filter/blob/main/resources/inputs/test_md2html_header_anchor_and_link.md).

- Coding:

Expand All @@ -12,4 +12,4 @@

- Outputs(`./output.html`):

Refer to [`test_md2html_anchor_and_link.html`](https://github.com/Zhaopudark/pandoc-filter/blob/main/resources/outputs/test_md2html_anchor_and_link.html).
Refer to [`test_md2html_header_anchor_and_link.html`](https://github.com/Zhaopudark/pandoc-filter/blob/main/resources/outputs/test_md2html_header_anchor_and_link.html).

0 comments on commit d69f856

Please sign in to comment.