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
It would be nice to have a yaml loader which can format rich text as markdown, embedding inner blocks as html:
id: ... title: My entry body: | # Heading Some text <CodeBlock code="..." /> More text
The text was updated successfully, but these errors were encountered:
Alternatively it could be an .md file with the whole body shipped in "frontmatter syntax" ---
.md
---
Sorry, something went wrong.
Have a look at kdl: https://github.com/kdl-org/kdl
I like the way yaml is used in the esbuild docs. It saves us from having to parse both yaml and markdown and would fit alinea content quite well I think: https://github.com/esbuild/esbuild.github.io/tree/main/src/content
Edit: it does contain some markdown for inline stuff like links
No branches or pull requests
It would be nice to have a yaml loader which can format rich text as markdown, embedding inner blocks as html:
The text was updated successfully, but these errors were encountered: