Skip to content

Commit ba31790

Browse files
committed
Update help-to-wiki.yml
1 parent e9f9810 commit ba31790

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/help-to-wiki.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
4949
out="$OUT_DIR/$out_name"
5050
pandoc "$f" \
51-
--from=html \
52-
--to=gfm \
51+
--from=html+raw_html \
52+
--to=gfm+raw_html \
5353
--wrap=none \
54-
--parse-raw \
5554
-o "$out"
5655
5756
# 调整内部链接以适配 GitHub Wiki:

0 commit comments

Comments
 (0)