Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot extract more than one instance of a front matter key #41

Open
jasedit opened this issue Sep 21, 2016 · 1 comment
Open

Cannot extract more than one instance of a front matter key #41

jasedit opened this issue Sep 21, 2016 · 1 comment

Comments

@jasedit
Copy link

jasedit commented Sep 21, 2016

When using MultiMarkdown with LaTeX output, it is common to have multiple front matter keys for inputting files, as shown in the usage guide:

latex input: mmd-memoir-header
Title: MultiMarkdown Example
Base Header Level: 2
latex mode: memoir
latex input: mmd-memoir-begin-doc
latex footer: mmd-memoir-footer

Attempting to extract the latex input key from the command line will only print the first value, with no method for accessing the subsequent latex input fields.

@fletcher
Copy link
Owner

That's correct. In general, there is only one allowed instance of each key. The latex input is the one exception, as it is handled very differently than the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants