Comment by π skyjake
Re: "Custom Text Formatting in Gemini?"
You did not overlook it. Gemtext does not support italics, bold, or other inline formatting.
Popular workarounds are _underscoring_ or *asterisks*, or sometimes you can UPPERCASE a word for emphasis. In other words, you should rely on old-school ASCII formatting.
Please don't try to be clever and use Unicode math symbols even though they provide italic A-Z letters, because those have a specific intended usage and will almost certainly confuse screen reader software.
When publishing content that requires more sophisticated formatting on your own capsule, I recommend using Markdown as the primary format and trimming it down to Gemtext for an alternative/fallback format, for clients that don't support Markdown (i.e., most Gemini clients).
2025-08-15 Β· 9 months ago
1 Later Comment
π requiem Β· 2025-08-15 at 18:46:
You can use πππππππ thingβ€
edit: but Skyjake discourages it
Original Post
Custom Text Formatting in Gemini? β If I want to emphasize a segment within a text by displaying it in italics, how can I achieve this? Example: This sentence has one *word* displayed in italics. Did I overlook something in the documentation?