-
Notifications
You must be signed in to change notification settings - Fork 14
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
allow self-referencing for YAML-blocks in md files #2
Comments
This would be an interesting feature. 👍 |
This is an interesting idea. I'm not sure off hand if it's in the spirit of the Mustache templating spec, but it does seem useful. I'd welcome more discussion. I'd potentially merge a pull request that implements this. I've pasted the contributing section from the README below.
|
Has this been closed as wont-fix or has this been implemented? |
I implemented what I believe this issue was requesting. Submitted as a pull request: |
right now, pandoc-mustache depends on an external yaml-file from which to draw its variables. Would it be possible to include a function that - if no
mustache: ./external_variables.yaml
has been specified, mustache reads the yaml-block of the input file and expects references to variables in the body text?
something like
?
The text was updated successfully, but these errors were encountered: