diff --git a/bin/update_html b/bin/update_html index bb0ce3ad4..2d2ac4dc0 100755 --- a/bin/update_html +++ b/bin/update_html @@ -22,6 +22,9 @@ function render_t2t_html { --outfile="$tmp" \ --infile="$t2t" + # Replace with
so that Pandoc retains it + sed -i.bak "s/<\/A>/
<\/div>/" "$tmp" && rm "$tmp.bak" + # Capture first 3 lines of t2t file: title, author, date # Documentation here: https://txt2tags.org/userguide/headerarea l1=$(head -n 1 "$t2t")