haha oops 😇

This commit is contained in:
rhiannon morris 2024-12-03 20:31:34 +01:00
parent cb8f0e930f
commit 934557eb91

View file

@ -7,6 +7,5 @@ import Text.Pandoc.Walk
main :: IO ()
main = toJSONFilter $
langFilter "currentcolor" .
walk (niceDate . slugTags) .
walk fixFigures
fmap (walk (niceDate . slugTags) . walk fixFigures) .
langFilter "currentcolor"