mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Christophe HENRY
750632eaff
gemTextParser * Removes the last empty lines of text files. * Removes the last spaces (rtrim) even on preformated texts. * Lines like "# " are possible, meaning an empty title. * The line "=>" means an empty link. GemtextTranslate_gemtext * FIX: writes the alt text of preformated blocks * Adds a space when quotation lines have value, otherwise lets ">". * Adds a space when the link has values, otherwise not. * A bit of reformating
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# Changer le style d’affichage
|
||
😎 Il faut avoir configuré le changement de style !
|
||
=> .. Page d’installation
|
||
|
||
=> index.gmi|black_wide black_wide.css
|
||
=> index.gmi|raw raw.css
|
||
=> index.gmi|simple simple.css
|
||
=> index.gmi|htmgem htmgem.css
|
||
=> index.gmi|terminal terminal.css
|
||
=> index.gmi|pre code source préformaté
|
||
|
||
Simple ligne de texte
|
||
|
||
Décoration de texte : **gras** //italique// __souligné__ ~~barré~~
|
||
|
||
* ligne un de liste non ordonnée
|
||
* ligne deux de liste non ordonnée
|
||
|
||
> Citation : Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
|
||
```
|
||
< Texte préformaté >
|
||
------------------
|
||
\ ^__^
|
||
\ (oo)\_______
|
||
(__)\ )\/\
|
||
||----w |
|
||
|| ||
|
||
```
|
||
|
||
# Titre 1
|
||
|
||
## Titre 2
|
||
|
||
### Titre 3
|
||
|
||
=> https://gmi.sbgodin.fr
|
||
|
||
=> http://gmi.sbgodin.fr
|
||
|
||
=> gemini://gmi.sbgodin.fr
|
||
|
||
=> mailto:adress@foo.invalid
|
||
|
||
=> mumble:adress.mumble.invalid
|