mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
LaTeX reader: Don't boldface alt title in theorems.
This commit is contained in:
@@ -1940,8 +1940,8 @@ lookupTheoremEnvironment name = do
|
||||
Nothing -> return ()
|
||||
return $ space <> B.text (renderDottedNum num)
|
||||
else return mempty
|
||||
let title = B.strong (B.text (theoremName tspec) <> number
|
||||
<> optTitle) <> space
|
||||
let title = B.strong (B.text (theoremName tspec) <> number)
|
||||
<> optTitle <> space
|
||||
return $ divWith ("", [name], []) $ addTitle title $
|
||||
walk italicize bs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user