Skip to content

Commit de3cf86

Browse files
committed
表示崩れを事前修正するMarkdown拡張を追加
1 parent 39a6b5a commit de3cf86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def md_to_html(md_data, path, hrefs=None, global_qualify_list=None, global_defin
9393

9494
md = markdown.Markdown(extensions=[
9595
'tables',
96+
'markdown_to_html.fix_display_error',
9697
'markdown_to_html.meta',
9798
'markdown_to_html.mathjax',
9899
'markdown_to_html.qualified_fenced_code',

0 commit comments

Comments
 (0)