Skip to content

Commit

Permalink
pandoc: add more inline formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jan 13, 2025
1 parent 99d11f5 commit b7b0d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/markdown_lib/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ def get_inline_tags(text: str, start_characters: list[str]) -> list[str]:
"+pipe_tables"
"+backtick_code_blocks"
"+task_lists"
# https://pandoc.org/chunkedhtml-demo/8.12-inline-formatting.html#extension-strikeout
"+strikeout"
# https://pandoc.org/chunkedhtml-demo/8.12-inline-formatting.html#extension-superscript-subscript
"+superscript+subscript"
"-raw_html"
)
# fmt:on
Expand Down

0 comments on commit b7b0d98

Please sign in to comment.