-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_convert.sh
More file actions
21 lines (16 loc) · 770 Bytes
/
test_convert.sh
File metadata and controls
21 lines (16 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pandoc ./src/chapter_05/section_06_aph_hw.md \
--from markdown-hard_line_breaks-native_spans \
--to markdown \
-t markdown-smart \
--lua-filter=parse-html.lua \
--wrap=preserve \
-o ./pandoc_site/chapter_05/section_06_aph_hw_test.md
# --from markdown --to native \
# --from markdown-hard_line_breaks \
# --to markdown \
# -t markdown-smart \
# --lua-filter=parse-html.lua \
# --wrap=preserve \
# other commands
# pandoc ./chapter_05/section_06_aph_hw.md --from markdown-hard_line_breaks --to native --filter pandoc-crossref -M "crossrefYaml=ref_formatting_site.yaml" -o ./test_output.md
# pandoc ./chapter_05/section_06_aph_hw.md --from markdown-hard_line_breaks --to markdown --filter pandoc-crossref -M "crossrefYaml=ref_formatting_site.yaml" -o ./test_output.md