We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generates a data structure that holds a TOC generated from a markdown file.
This feature should provide:
metadata
build/3
The data structure should be a nested keyword list:
[ {"Header 1", "#header_1"}, {"Header 2", "#header_2", [ {"Header A", "#header_a"} ]} ]
This will always generate a toc key in the metadata. If you don't want it, just ignore it.
toc
"toc"
The text was updated successfully, but these errors were encountered:
alakra
No branches or pull requests
Summary
Generates a data structure that holds a TOC generated from a markdown file.
Details
This feature should provide:
metadata
when passed to a resource'sbuild/3
functionThe data structure should be a nested keyword list:
This will always generate a
toc
key in the metadata. If you don't want it, just ignore it.metadata
will contain a"toc"
key with the TOC datastructure.Acceptance Criteria
The text was updated successfully, but these errors were encountered: