parse_gemtext used to return only the element list, requiring subsequent loops to find a title or collect links; now it's all done at the same time!
This absolutely un-atomic commit also introduces the Links class to hold methods regarding link lookups on top of the standard dict class.