Markdown linting

This commit is contained in:
Ben Edgington
2022-06-07 18:19:56 +01:00
parent 5d8c02614e
commit 7fae9d2b04
2 changed files with 203 additions and 184 deletions

View File

@@ -93,7 +93,7 @@ BEGIN{
if (h_section != "") {
print "\n<div class=\"section-header\">\n" > filename
print "# " h_part > filename
print "# " h_part "\n" > filename
print "## " h_chapter > filename
print "\n</div>\n" > filename
print "### " h_section > filename