Skip to content

Releases: Zhaopudark/pandoc-filter

Release 0.2.15

24 May 05:22
b4ee8ac
Compare
Choose a tag to compare

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).
  • 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).

Full Changelog: v0.2.14...v0.2.15

Release 0.2.14

29 Apr 15:19
c597832
Compare
Choose a tag to compare

What's Changed

  • Modify md2html_hash_anchor_and_internal_link_filter to handle interna… by @Zhaopudark in #2

New Contributors

Full Changelog: v0.2.13...v0.2.14

Release 0.2.13

14 Mar 11:28
75ac32b
Compare
Choose a tag to compare

Release 0.2.13

Add md2html_increase_header_level_filter, which will increase the header level by 1.

Release 0.2.12

28 Feb 05:43
1e43713
Compare
Choose a tag to compare

Release 0.2.12

Remove more unnecessary type-checking clauses for accelerating.

Release 0.2.11

28 Feb 05:11
12bdfc9
Compare
Choose a tag to compare

Release 0.2.11

Remove unnecessary type-checking for accelerating.

Release 0.2.10

27 Feb 09:35
3912987
Compare
Choose a tag to compare

Release 0.2.10

Fix bugs in md2md_norm_footnote_filter to avoid missing links in the footnote content.

Release 0.2.9

25 Feb 09:14
a95c888
Compare
Choose a tag to compare

Release 0.2.9

Adjusted organization of README.md and RELEASE.md.
Examples were separated out.

Release 0.2.8

25 Feb 06:35
1bdc35c
Compare
Choose a tag to compare

Release 0.2.8

Change logging modes in md2md_convert_github_style_alert_to_hexo_style_alert_filter.

Release 0.2.7

25 Feb 05:23
f2e178d
Compare
Choose a tag to compare

Release 0.2.7

Fix logging bugs in md2md_convert_github_style_alert_to_hexo_style_alert_filter.

Release 0.2.6

25 Feb 05:00
6094cae
Compare
Choose a tag to compare

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