You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
681 B
30 lines
681 B
# gmi-web
|
|
> a bridge between HTML and Gemini
|
|
=> https://codeberg.org/talon/gmi-web
|
|
=> https://www.npmjs.com/package/gmi-web-cli on NPM
|
|
|
|
## line-types
|
|
|
|
gmi-web makes writing HTML documents as simple as learning the handful of Gemini line-types:
|
|
* paragraphs
|
|
* preformatted blocks
|
|
* lists
|
|
* quotes
|
|
* headings
|
|
|
|
```if you are familiar with markdown it's kinda like that but even simpler
|
|
if you are
|
|
familiar with markdown
|
|
it's kinda like that
|
|
|
|
|
|
but even simpler
|
|
```
|
|
|
|
### inline media
|
|
=> video.mp4 video with title prop
|
|
=> image.jpg image with title prop
|
|
=> audio.mp3 audio with title prop
|
|
=> video-with-no-title.mp4
|
|
=> image-with-no-title.jpg
|
|
=> audio-with-no-title.mp3
|
|
|