We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2eac8 commit 2b23861Copy full SHA for 2b23861
src/Text/Pandoc/Writers/MediaWiki.hs
@@ -129,7 +129,6 @@ blockToMediaWiki b@(RawBlock f str)
129
blockToMediaWiki HorizontalRule = return "\n-----\n"
130
131
blockToMediaWiki (Header level (ident,_,_) inlines) = do
132
- opts <- gets stOptions
133
let autoId = T.replace " " "_" $ stringify inlines
134
contents <- inlineListToMediaWiki inlines
135
let eqs = T.replicate level "="
0 commit comments