Skip to content

Commit 278615b

Browse files
committed
貢献ポイント集計用のcommit構文を追加
1 parent a5b0e83 commit 278615b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

markdown_to_html

run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ def md_to_html(md_data, path, hrefs=None, global_qualify_list=None, global_defin
100100
'markdown_to_html.defined_words',
101101
'markdown_to_html.html_attribute',
102102
'markdown_to_html.mark',
103-
'markdown_to_html.sponsor'],
103+
'markdown_to_html.sponsor',
104+
'markdown_to_html.commit',
105+
],
104106
extension_configs=extension_configs)
105107
md._html_attribute_hrefs = hrefs
106108

0 commit comments

Comments
 (0)