Skip to content

Commit

Permalink
better headings
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary822 committed Dec 4, 2023
1 parent 42fbc36 commit 96f9662
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/Lib/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,15 @@ mdToHtml w =
. runPure
. ( writeHtml5 def{writerExtensions = extensionsFromList [Ext_raw_html]}
<=< w
<=< readMarkdown def{readerExtensions = extensionsFromList [Ext_backtick_code_blocks, Ext_raw_html]}
<=< readMarkdown
def
{ readerExtensions =
extensionsFromList
[ Ext_backtick_code_blocks
, Ext_raw_html
, Ext_auto_identifiers
]
}
)

scottySocketT' ::
Expand Down

0 comments on commit 96f9662

Please sign in to comment.