package gemtext // LineType represents the different types of lines in a gemtext document. type LineType int const ( // LineTypeText is the default case when nothing else matches. // // It indicates that the line object is a TextLine. LineTypeText LineType = iota + 1 // LineTypeLink is a link line. // // =>[][