mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 09:55:57 +00:00
@@ -363,6 +363,7 @@ inlineCommands :: M.Map String (LP Inlines)
|
||||
inlineCommands = M.fromList $
|
||||
[ ("emph", emph <$> tok)
|
||||
, ("textit", emph <$> tok)
|
||||
, ("textsl", emph <$> tok)
|
||||
, ("textsc", smallcaps <$> tok)
|
||||
, ("sout", strikeout <$> tok)
|
||||
, ("textsuperscript", superscript <$> tok)
|
||||
|
||||
Reference in New Issue
Block a user