remove numbering from headers

This commit is contained in:
Felix Van der Jeugt 2021-02-22 11:25:45 +01:00
parent 1db492d344
commit 18eacd9df1
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
pandoc --shift-heading-level-by=-1 -N -f markdown --mathml -s -t html5 "$1" | \
pandoc -f markdown --mathml -s -t html5 "$1" | \
sed 's/<math/<span style="font-size: 10pt;">&/g;s|</math>|&</span>|g;s/<table/& border=1 /g' | \
sed 's/{studentnr}/{OrgDefinedId}/' | \
sed 's@<div class="sourceCode"@<div style="background:#EEEEEE;padding:0 0.5em;border: 1px solid #AAAAAA;"@g ' | \