Skip to content

Commit

Permalink
prepare to release v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed May 24, 2024
1 parent c5469a3 commit b4ee8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

- Modify `md2md-norm-footnote-filter`. Now, it deals with the footnote content as follows:
- Remove unnecessary `\n`.
- Remove markdown link.
- 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.
- upgrade the link-like string to a `link` element.
- Remove unnecessary `\n`.
- Remove markdown link.
- Remove the markdown link.
- Normalize many markdown formats like emphasis(italic) and strong(bold).

## Release 0.2.14
Expand Down
12 changes: 0 additions & 12 deletions src/pandoc_filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@

from . import filters

# from .filters.md2md.convert_github_style_alert_to_hexo_style_alert \
# import run_filter as md2md_convert_github_style_alert_to_hexo_style_alert_filter
# from .filters.md2md.enhance_equation import run_filter as md2md_enhance_equation_filter
# from .filters.md2md.norm_footnote import run_filter as md2md_norm_footnote_filter
# from .filters.md2md.norm_internal_link import run_filter as md2md_norm_internal_link_filter
# from .filters.md2md.upload_figure_to_aliyun import run_filter as md2md_upload_figure_to_aliyun_filter
# from .filters.md2html.centralize_figure import run_filter as md2html_centralize_figure_filter
# from .filters.md2html.enhance_footnote import run_filter as md2html_enhance_footnote_filter
# from .filters.md2html.enhance_link_like import run_filter as md2html_enhance_link_like_filter
# from .filters.md2html.hash_anchor_and_internal_link import run_filter as md2html_hash_anchor_and_internal_link_filter
# from .filters.md2html.increase_header_level import run_filter as md2html_increase_header_level_filter

from .scripts import run_filters_pyio

from .version import __version__
Expand Down

0 comments on commit b4ee8ac

Please sign in to comment.