generate Shonkier terms from Pandoc divs and spans #30
Labels
enhancement
New feature or request
good first issue
Good for newcomers
shonkier
Everything related to the language
We should be able to write templates for parts of documents in pandoc markdown. If you write something like
that should amount to the definition of a shonkier function which computes a
Block
from anInline
.Invoking this with
should amount to generating the paragraph block
Implementing this will involve building a
ToTerm
class whose instances specify how to turn values in various pandoc types into pandoc terms, splicing in fenced shonkier terms as you go.The text was updated successfully, but these errors were encountered: