stop tracking html build artifacts, add header permalinks

This commit is contained in:
Ben Harris
2019-09-22 19:41:13 -04:00
parent 6fb23fa2f6
commit 25e3ed3757
32 changed files with 15 additions and 1461 deletions

View File

@@ -0,0 +1,6 @@
function Header(elem)
table.insert(elem.content, pandoc.Space())
table.insert(elem.content, pandoc.Link("🔗", "#" .. elem.identifier))
return elem
end