tech:markdown
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:markdown [2025/11/25 21:45] – Jean-Baptiste | tech:markdown [2026/06/26 16:59] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes Markdown Étendue | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * [GFM](https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Voir aussi | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Front-Matter : | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | ## Lint | ||
| + | |||
| + | ### markdownlint | ||
| + | |||
| + | ~~~ | ||
| + | $ sudo apt-get install markdownlint | ||
| + | |||
| + | $ mdl notes_-_nerdctl.txt | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | notes_-_nerdctl.txt: | ||
| + | ~~~ | ||
| + | |||
| + | ## Conversion Markdown vers ODT | ||
| + | |||
| + | ~~~bash | ||
| + | pandoc notes.md -f markdown -t odt -o notes.odt | ||
| + | ~~~ | ||
| + | |||
| + | ### Autres | ||
| + | |||
| + | ~~~bash | ||
| + | pandoc --list-input-formats lists native | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | ## Éditeurs Markdown | ||
| + | |||
| + | Voir : | ||
| + | * hedgedoc | ||
| + | |||
| + | ### Markdown slide | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | |||
| + | ### Editer un fichier Markdown avec Atom | ||
| + | |||
| + | Atom \\ | ||
| + | Puis [CTRL] + [SHIFT] + [M] \\ | ||
| + | Ou " | ||
| + | |||
| + | |||
| + | ## Linter | ||
| + | |||
| + | Install | ||
| + | ~~~bash | ||
| + | sudo apt-get install ruby-mdl | ||
| + | ~~~ | ||
| + | |||
| + | Utilisation | ||
| + | ~~~bash | ||
| + | mdl fichier.md | ||
| + | ~~~ | ||
| + | |||
| + | Config - ignorer une règle | ||
| + | ~~~ | ||
| + | mdl ~/ | ||
| + | / | ||
| + | / | ||
| + | |||
| + | mdl -r ~MD013 ~/ | ||
| + | mdl -r ~MD013, | ||
| + | ~~~ | ||
| + | |||
| + | ## Autres | ||
| + | |||
| + | Markdown | ||
| + | |||
| + | For security reasons, the Unicode character U+0000 must be replaced with the REPLACEMENT CHARACTER (U+FFFD) | ||
| + | |||
| + | ~~~bash | ||
| + | #sudo add-apt-repository ppa: | ||
| + | sudo apt update | ||
| + | sudo apt install ghostwriter | ||
| + | ~~~ | ||
| + | |||
| + | markdown.pl | ||
| + | |||
