mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 13:51:29 +08:00
Skip opts for \si.
This commit is contained in:
@@ -877,7 +877,7 @@ inlineCommands = M.union inlineLanguageCommands $ M.fromList
|
||||
, ("acfp", doAcronymPlural "full")
|
||||
, ("acsp", doAcronymPlural "abbrv")
|
||||
-- siuntix
|
||||
, ("si", dosi tok)
|
||||
, ("si", skipopts *> dosi tok)
|
||||
, ("SI", doSI tok)
|
||||
, ("SIrange", doSIrange tok)
|
||||
, ("num", doSInum)
|
||||
|
||||
Reference in New Issue
Block a user