summaryrefslogtreecommitdiff
path: root/gemparse.py
AgeCommit message (Collapse)Author
2023-07-14Support more tags in gemparseSteph 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-06Fix extra lines issue and support listsSteph 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-27Create gemini capsule for websiteSteph Enders
Generates the gemini capsule files in the make file.