From a723ed69c89950033f2cb999976acfa00469f2d1 Mon Sep 17 00:00:00 2001 From: jsseidel Date: Mon, 15 Feb 2021 19:23:35 -0500 Subject: [PATCH] Fix for issue #40 --- VERSION | 2 +- bin/mktechdocs | 2 +- debian/changelog | 5 +++++ debian/files | 3 +-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 8fc77d0..f8f3c08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.17 +1.0.18 diff --git a/bin/mktechdocs b/bin/mktechdocs index 8eeaae7..49432ec 100755 --- a/bin/mktechdocs +++ b/bin/mktechdocs @@ -642,7 +642,7 @@ elif [[ "$FORMAT" == "htmlmulti" ]] ; then ############################################################################# elif [[ "$FORMAT" == "markdown" ]] ; then clog INFO "Building main document $OUTPUT_FILE_NAME_BASE_ARG.md" - 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 + 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 normal_exit $? find . -type f | grep "plantuml-" | grep -v "\.uml" | while read ifile ; do diff --git a/debian/changelog b/debian/changelog index abd46bf..370536f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mktechdocs (1.0.18) focal; urgency=medium + + * Fix for https://github.com/att/MkTechDocs/issues/40 + + -- Joseph Spencer Seidel Mon, 15 Feb 2021 19:23:00 -0500 mktechdocs (1.0.17) focal; urgency=medium * Fix for https://github.com/att/MkTechDocs/issues/21 diff --git a/debian/files b/debian/files index 1ff9cc8..7f599f2 100644 --- a/debian/files +++ b/debian/files @@ -1,2 +1 @@ -mktechdocs_1.0.17_amd64.buildinfo text optional -mktechdocs_1.0.17_amd64.deb text optional +mktechdocs_1.0.18_source.buildinfo text optional