File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.0.17
1
+ 1.0.18
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ elif [[ "$FORMAT" == "htmlmulti" ]] ; then
642
642
# ############################################################################
643
643
elif [[ " $FORMAT " == " markdown" ]] ; then
644
644
clog INFO " Building main document $OUTPUT_FILE_NAME_BASE_ARG .md"
645
- pandoc -s --ascii --highlight-style tango -f markdown -t markdown --wrap=preserve -N $TEMPLATE_ARG $SECTION_NUMBERS_ARG $TOC_MAIN_ARG $FILTERS -F flt-strip-pages-from-links.py $TITLE_PAGE_ARG master.md > ${OUTPUT_FILE_NAME_BASE_ARG} _pages/$OUTPUT_FILE_NAME_BASE_ARG .md
645
+ pandoc -s --ascii --highlight-style tango -f markdown -t markdown-raw_attribute --wrap=preserve -N $TEMPLATE_ARG $SECTION_NUMBERS_ARG $TOC_MAIN_ARG $FILTERS -F flt-strip-pages-from-links.py $TITLE_PAGE_ARG master.md > ${OUTPUT_FILE_NAME_BASE_ARG} _pages/$OUTPUT_FILE_NAME_BASE_ARG .md
646
646
normal_exit $?
647
647
648
648
find . -type f | grep " plantuml-" | grep -v " \.uml" | while read ifile ; do
Original file line number Diff line number Diff line change
1
+ mktechdocs (1.0.18) focal; urgency=medium
2
+
3
+ * Fix for https://github.com/att/MkTechDocs/issues/40
4
+
5
+ -- Joseph Spencer Seidel <jsseidel@fastmail.com> Mon, 15 Feb 2021 19:23:00 -0500
1
6
mktechdocs (1.0.17) focal; urgency=medium
2
7
3
8
* Fix for https://github.com/att/MkTechDocs/issues/21
Original file line number Diff line number Diff line change 1
- mktechdocs_1.0.17_amd64.buildinfo text optional
2
- mktechdocs_1.0.17_amd64.deb text optional
1
+ mktechdocs_1.0.18_source.buildinfo text optional
You can’t perform that action at this time.
0 commit comments