Skip to content

Commit 2e710d5

Browse files
committed
絵文字を再導入
cpprefjp/site#1274
1 parent 227aa44 commit 2e710d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

markdown_to_html

run.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def md_to_html(md_data, path, hrefs=None, global_qualify_list=None, global_defin
9898
'markdown_to_html.qualified_fenced_code',
9999
'codehilite',
100100
'markdown_to_html.defined_words',
101-
'markdown_to_html.html_attribute'],
101+
'markdown_to_html.html_attribute',
102+
'markdown_to_html.mark'],
102103
extension_configs=extension_configs)
103104
md._html_attribute_hrefs = hrefs
104105

0 commit comments

Comments
 (0)