💾 Archived View for meta.e-worm.club › gemini_text_guide.gmi captured on 2022-04-28 at 18:26:58. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Gemini is a plaintext format with a very limited set of features. While I convert the Gemini files to HTML so they can be shown in a web browser, Gemini itself is very limited. There are only a few tags, and they cannot be nested. To use a tag, you must start the line with that tag.
# Big ## Smaller ### Smallest
Links can be absolute (https://google.com) or relative (index.gmi). Images can be embedded in your site as long as they are less than 32KB in size and relative links. Use automatic schema detection for URLs on flounder.online with "//flounder.online" urls, as they will properly link to both gemini and https pages.
=> https://google.com => index.gmi => //flounder.online Link with text => tree.jpg
Quotes:
>Hello!
Hello!
``` # raw text ```
# raw text