Releases: Zhaopudark/pandoc-filter
Release 0.2.15
What's Changed
-
Modify
md2html_hash_anchor_and_internal_link_filter
by @Zhaopudark in #4- To add an invisible link for each header.
- Now, for each header, an invisible link that links to the header itself will be added to it.
- The added invisible link will be assigned the class of
headerlink
. - This will be useful for generating anchors by some renderers/frameworks/tools, such as hexo-theme-butterfly.
-
Modify
md2md-norm-footnote-filter
. by @Zhaopudark in #6 #7. Now, it deals with the footnote content as follows:- Remove unnecessary
\n
. - Remove the markdown link.
- Normalize many markdown formats like emphasis(italic) and strong(bold).
- Remove unnecessary
-
Add
md2html-enhance-footnote-filter
. by @Zhaopudark in #9 This filter will enhance the footnote content as follows:- upgrade the link-like string to a
link
element. - Remove unnecessary
\n
. - Remove the markdown link.
- Normalize many markdown formats like emphasis(italic) and strong(bold).
- upgrade the link-like string to a
Full Changelog: v0.2.14...v0.2.15
Release 0.2.14
What's Changed
- Modify md2html_hash_anchor_and_internal_link_filter to handle interna… by @Zhaopudark in #2
New Contributors
- @Zhaopudark made their first contribution in #2
Full Changelog: v0.2.13...v0.2.14
Release 0.2.13
Release 0.2.13
Add md2html_increase_header_level_filter
, which will increase the header level by 1.
Release 0.2.12
Release 0.2.12
Remove more unnecessary type-checking clauses for accelerating.
Release 0.2.11
Release 0.2.11
Remove unnecessary type-checking for accelerating.
Release 0.2.10
Release 0.2.10
Fix bugs in md2md_norm_footnote_filter
to avoid missing links in the footnote content.
Release 0.2.9
Release 0.2.9
Adjusted organization of README.md and RELEASE.md.
Examples were separated out.
Release 0.2.8
Release 0.2.8
Change logging modes in md2md_convert_github_style_alert_to_hexo_style_alert_filter
.
Release 0.2.7
Release 0.2.7
Fix logging bugs in md2md_convert_github_style_alert_to_hexo_style_alert_filter
.
Release 0.2.6
Pandoc-Filter 0.2.x
Release 0.2.6
Add md2md_convert_github_style_alert_to_hexo_style_alert_filter
, which can convert the github-style alert to hexo-style alert.The github-style alert is based on pandoc's BlockQuote
element, while the hexo-style alert is based on hexo tag plugins.We use a general mode to confirm the hexo-style alert type, which are widely used in the hexo community by many themes, such as