mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
LaTeX reader: Support \addbibresource.
This commit is contained in:
@@ -309,6 +309,8 @@ blockCommands = M.fromList $
|
||||
, ("PandocEndInclude", endInclude)
|
||||
, ("bibliography", mempty <$ (skipopts *> braced >>=
|
||||
addMeta "bibliography" . splitBibs))
|
||||
, ("addbibresource", mempty <$ (skipopts *> braced >>=
|
||||
addMeta "bibliography" . splitBibs))
|
||||
] ++ map ignoreBlocks
|
||||
-- these commands will be ignored unless --parse-raw is specified,
|
||||
-- in which case they will appear as raw latex blocks
|
||||
|
||||
Reference in New Issue
Block a user