This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 8b697d337dddedab9066396f38540a2cba758cce Author: Dave Fisher <[email protected]> AuthorDate: Mon Nov 2 21:50:45 2020 -0800 fix markdown conversion script for brand.mdtet --- tools/convert2md.awk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/convert2md.awk b/tools/convert2md.awk index f102798..11f0575 100644 --- a/tools/convert2md.awk +++ b/tools/convert2md.awk @@ -27,4 +27,7 @@ BEGIN { } } END { + if ( META > 0 ) { + print "~~~~~~"; + } }
