New version of pandoc-include-doc: inclusion of single elements of an external document #11489
massifrg
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There's a new version of pandoc-include-doc.
The new feature is the inclusion of single blocks (or inlines) of another document, instead of the whole document.
The selection of included elements is by identifier or class, so you can only include Blocks and Inlines that have an
Attr.Anyway you can extend it to other elements, just surrounding them with a
Divor aSpanwith a certain id or class.For people interested in sub-document inclusion, see also include-files, referred in #11377, which has a less verbose syntax.
Beta Was this translation helpful? Give feedback.
All reactions