Skip to content

Commit 8a9ca72

Browse files
committed
markdown_to_html 更新 (html_attribute 修正)
cpprefjp/markdown_to_html#7
1 parent 278615b commit 8a9ca72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ flake8-import-order==0.18.1
33
hacking==2.0.0
44
htmlmin==0.1.12
55
Jinja2==3.0.3
6+
# markdown_to_html/html_attribute.py が HTML 実体参照の処理のために Markdown の
7+
# 内部実装に依存しているので、Markdown バージョンを更新するときは動作確認が必要。
8+
# 詳細については html_attribute.py の _tohtml(element) のコードコメントを参照の
9+
# こと
610
Markdown==3.2.1
711
Pygments==2.5.2
812
regex==2020.2.20

markdown_to_html

0 commit comments

Comments
 (0)