Skip to content

Commit

Permalink
Fix for issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
jsseidel committed Feb 16, 2021
1 parent f538236 commit a723ed6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.17
1.0.18
2 changes: 1 addition & 1 deletion bin/mktechdocs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mktechdocs (1.0.18) focal; urgency=medium

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

-- Joseph Spencer Seidel <jsseidel@fastmail.com> Mon, 15 Feb 2021 19:23:00 -0500
mktechdocs (1.0.17) focal; urgency=medium

* Fix for https://github.com/att/MkTechDocs/issues/21
Expand Down
3 changes: 1 addition & 2 deletions debian/files
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a723ed6

Please sign in to comment.