Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 3.88 KB

RELEASE.md

File metadata and controls

95 lines (76 loc) · 3.88 KB

Pandoc-Filter 0.2.x

Release 0.2.16

On Working...

Release 0.2.15

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

Release 0.2.14

  • Modify md2html_hash_anchor_and_internal_link_filter to handle internal links within hexo tag plugins.
    • Now, it will compulsorily modify internal_link's url, even though its target is not found.

Release 0.2.13

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

Release 0.2.12

Remove more unnecessary type-checking clauses for accelerating.

Release 0.2.11

Remove unnecessary type-checking for accelerating.

Release 0.2.10

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

Release 0.2.9

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

Release 0.2.8

Change logging modes in md2md_convert_github_style_alert_to_hexo_style_alert_filter.

Release 0.2.7

Fix logging bugs in md2md_convert_github_style_alert_to_hexo_style_alert_filter.

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

Release 0.2.5

Re-organize the inner implementation about decoding url.

Release 0.2.4

Fix a bug in upload_figure_to_aliyun_filter when local file path contains spaces.

Release 0.2.3

Fix a bug in run_filters_pyio on invoking actions.

Release 0.2.2

Add **kwargs to all filter functions for better compatibility.

Release 0.2.1

Symplify runtime_status_dict to runtime_dict.

Release 0.2.0

  • Release 0.2.0.

Release 0.2.0b1

  • Add runtime status

Release 0.2.0b0

  • Simplify APIs.
  • Modify some helping scripts.
  • Support command-line mode.

Pandoc-Filter 0.1.0

Release 0.1.0b1

Modify some helping scripts.

Release 0.1.0b0

Begin to use semantic version control formally. For this project:

  • We consider CI tests as alpha tests. So there is no alpha release.
  • Use z.y.0bn as the pre-release (beta release) version number.
  • Use z.y.0 as the normal release version number.
  • Use z.y.n, where n > 0, as the patch release version number.

Pandoc-Filter 0.0.1

Release 0.0.1

The first normal release.

Release 0.0.1b2

Sync to Zenodo.

Release 0.0.1b1

Add badges and other minor changes.

Release 0.0.1b0

The first release of the project.