Is there a way to use markdown on gmi file such as bold italic etc. formating or does it only do headings?
3 years ago
You can just do it like in 1983 and use *emphasize*, _underline_, /italics/ ;-) 路 3 years ago
You can use Unicode fonts for emphasis, bold, and even special fonts like Fraktur. But as I understand it, this approach doesn't currently work well with most screenreaders. 路 3 years ago
gemgen - Markdown to Gemtext https://sr.ht/~kota/gemgen/ 路 3 years ago
md2gemini Converter from Markdown to the Gemini text format https://github.com/makeworld-the-better-one/md2gemini 路 3 years ago
https://github.com/makeworld-the-better-one/md2gemini
yeah i've seen the howto but thought there is more markdown formatting allowed that isn't mention. Ok. I will just stuck to headings, block quotes and urls. thanks for clearing it up smokey 路 3 years ago
Oh, i forgot block quotes too, my bad. Heres another interesting link on gemtext i found gemini://idiomdrottning.org/gemtext 路 3 years ago
gemini://idiomdrottning.org/gemtext
As far as i know, no. No text formatting in that way. But gemtext does more than just headers. specifically, 3 levels of headers, the ability to make list, URL linking, and preformatted text (for ASCII art and source code)
Incase you havent seen it yet, heres some more technical documentation of gemtext. gemini://gemini.circumlunar.space/docs/gemtext.gmi 路 3 years ago