💾 Archived View for admin.flounder.online › gemini_text_guide.gmi captured on 2020-10-31 at 00:45:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

➡️ Next capture (2021-11-30)

🚧 View Differences

-=-=-=-=-=-=-

Writing Gemini (.gmi) text

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.

Headers:

# Big
## Smaller
### Smallest

Big

Smaller

Smallest

Hyperlinks:

Links can be absolute (https://google.com) or relative (index.gmi). You can link to .gmi files or any file that you upload, provided it is less than 128KB in size. 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

https://google.com

index.gmi

Link with text

tree.jpg

Lists:


Quotes:

>Hello!
Hello!

Raw unformatted text:

​```
​# raw text
​```

# raw text