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

Implement yaml_metadata_block extension #17

Open
jgm opened this issue Sep 30, 2019 · 0 comments
Open

Implement yaml_metadata_block extension #17

jgm opened this issue Sep 30, 2019 · 0 comments

Comments

@jgm
Copy link
Owner

jgm commented Sep 30, 2019

As in pandoc: https://pandoc.org/MANUAL.html#extension-yaml_metadata_block

We should avoid a yaml dependency. HsYAML might be an acceptable dependency, but an alternative could be to parse the whole block as a literal string and put it in a data-yaml attribute of a Div, so it can be extracted and processed in a second pass.

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

1 participant