Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | Support more tags in gemparse | Steph Enders | |
Gemparse now supports parsing: - h3 - h4 - ul, ol, li - a tags as anchors (<a name="" />) - a tags as anchor refs (<a href="#.." ></a>) | |||
2023-07-06 | Fix extra lines issue and support lists | Steph Enders | |
This now supports lists and removes all the extra lines! I kept strip as a function but made it just a proxy for .strip() but its None safe | |||
2023-06-27 | Create gemini capsule for website | Steph Enders | |
Generates the gemini capsule files in the make file. |