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
Consider adding YAML tags for "chapters" block that work as "includes" preprocessor https://foliant-docs.github.io/docs/preprocessors/includes/
For example:
chapters: - Animals: - !set_head 2 elephant.md - lion.md
Temporary solutions For now we use intermediate files like this
animals_index.md
# Animals: <include src="elephant.md" sethead="2"></include> <include src="lion.md" sethead="2"></include>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider adding YAML tags for "chapters" block that work as "includes" preprocessor
https://foliant-docs.github.io/docs/preprocessors/includes/
For example:
Temporary solutions
For now we use intermediate files like this
animals_index.md
The text was updated successfully, but these errors were encountered: