

Voiden files combine frontmatter, Markdown, and structured void request blocks so the request and the documentation live together.
This is… An interesting format. Why not just move the front matter field and markdown into the “structured” bit and just have a single thing to parse? Or at least combine the frontmatter and structured bit since they’re both yaml anyway?






From both a tooling and user POV.
Unless I’m missing something you kinda have though? You’ve got a frontmatter bit followed by a MD document with a “footer” that has configuration in it?
It seems like a config file to me. But reading through your documentation about
blocksit seems like you’re aiming to be something like Jupyter for REST? It’s very confusing.