mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
stop tracking html build artifacts, add header permalinks
This commit is contained in:
6
wiki/header-permalinks.lua
Normal file
6
wiki/header-permalinks.lua
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user