GEMTEXT ======= Text Lines ---------- - Each individual lines in a Gemtext document is a stand-alone entity. Hence, a seperate line break syntax is not needed. - Text lines which don't fit in client's display gets wrapped automatically. Link Lines ---------- Lines starting from "=>" are considered link lines. Syntax: => url/link link-name link-name is optional. eg. => gemini://example.org/ Example Website Preformatted Toggle Lines -------------------------- Lines starting from "```" are preformatted toggle lines, these lines are not rendered. They switch parser out from normal mode to pre-formatted mode. Any text starting from "```" are used as alt text. Heading Lines ------------- Lines starting form "#" are heading lines. # = heading ## = sub-heading ### = sub-sub-heading eg. # This is an example heading List Items ---------- Lines starting from "*" are list items. eg. * Shopping List * Banana * Apple Quote Lines ----------- Line starting from ">" are quote lines eg. > This a quote.