You are looking at historical revision 42150 of this page. It may differ significantly from its current revision.

geminih — Not Invented Here gemtext to SXML

Geminih is library for Chicken Scheme to turn gemtext into SXML.

It exports one procedure gemini, that can take a single string for the entire page, or a list of lines, or if given no argument reads from current-input-port.

That procedure returns a list of SXML tags that you can cons body or div on top of, or splice into a quaisquoted document.

For source code,

git clone https://idiomdrottning.org