Remove unused line.
This commit is contained in:
parent
4f2eac88aa
commit
2b23861948
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ blockToMediaWiki b@(RawBlock f str)
|
|||
blockToMediaWiki HorizontalRule = return "\n-----\n"
|
||||
|
||||
blockToMediaWiki (Header level (ident,_,_) inlines) = do
|
||||
opts <- gets stOptions
|
||||
let autoId = T.replace " " "_" $ stringify inlines
|
||||
contents <- inlineListToMediaWiki inlines
|
||||
let eqs = T.replicate level "="
|
||||
|
|
Loading…
Add table
Reference in a new issue