Skip to content

Commit a723ed6

Browse files
author
jsseidel
committed
Fix for issue #40
1 parent f538236 commit a723ed6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.17
1+
1.0.18

bin/mktechdocs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ elif [[ "$FORMAT" == "htmlmulti" ]] ; then
642642
#############################################################################
643643
elif [[ "$FORMAT" == "markdown" ]] ; then
644644
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
646646
normal_exit $?
647647

648648
find . -type f | grep "plantuml-" | grep -v "\.uml" | while read ifile ; do

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
16
mktechdocs (1.0.17) focal; urgency=medium
27

38
* Fix for https://github.com/att/MkTechDocs/issues/21

debian/files

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
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

0 commit comments

Comments
 (0)