A history course, rendered straight from a grammar
"A History of Tarot" began as a single writing file. We taught the library to read it as a grammar — the same open format as every deck — so the course can be edited, forked, and previewed like anything else in the collection.
How it's made
- The course is written once as Markdown (
history-of-tarot.mdx). - A small converter turns it into a normal grammar — each section becomes a lesson; the card galleries become cross-grammar references to the real decks.
grammar-course.htmlrenders any grammar as a readable course, and a shared expander fills the live galleries — so the grammar version reads identically to the original.
recursive.eco's Library Assistant can already open a course — but it can't see what's inside. A grammar it can read. Because the course is now a grammar, the assistant could answer questions about the actual content, not just point at the page.
