tech:markdown
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:markdown [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:markdown [2025/11/25 21:45] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | + | < |
| + | {{tag> | ||
| - | = Notes Markdown Étendue | + | # Notes Markdown Étendue |
| Voir : | Voir : | ||
| - | * https:// | + | |
| - | * [[https:// | + | * [GFM](https:// |
| - | * https:// | + | * https:// |
| - | * https:// | + | * https:// |
| - | * https:// | + | * https:// |
| + | Voir aussi | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| - | == Conversion Markdown vers ODT | + | Front-Matter : |
| + | * https:// | ||
| - | <code bash> | + | |
| + | ## 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 | pandoc notes.md -f markdown -t odt -o notes.odt | ||
| - | </ | + | ~~~ |
| - | === Autres | + | ### Autres |
| - | < | + | ~~~bash |
| pandoc --list-input-formats lists native | pandoc --list-input-formats lists native | ||
| - | </ | + | ~~~ |
| - | == Éditeurs Markdown | + | ## Éditeurs Markdown |
| + | |||
| + | Voir : | ||
| + | * hedgedoc | ||
| + | |||
| + | ### Markdown slide | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| - | === Editer un fichier Markdown avec Atom | + | ### Editer un fichier Markdown avec Atom |
| Atom \\ | Atom \\ | ||
| Ligne 34: | Ligne 78: | ||
| - | == Linter | + | ## Linter |
| Install | Install | ||
| - | < | + | ~~~bash |
| sudo apt-get install ruby-mdl | sudo apt-get install ruby-mdl | ||
| - | </ | + | ~~~ |
| Utilisation | Utilisation | ||
| - | < | + | ~~~bash |
| mdl fichier.md | mdl fichier.md | ||
| - | </ | + | ~~~ |
| Config - ignorer une règle | Config - ignorer une règle | ||
| - | <code -> | + | ~~~ |
| mdl ~/ | mdl ~/ | ||
| / | / | ||
| Ligne 54: | Ligne 98: | ||
| mdl -r ~MD013 ~/ | mdl -r ~MD013 ~/ | ||
| mdl -r ~MD013, | mdl -r ~MD013, | ||
| - | </ | + | ~~~ |
| - | == Autres | + | ## Autres |
| Markdown | Markdown | ||
| Ligne 62: | Ligne 106: | ||
| For security reasons, the Unicode character U+0000 must be replaced with the REPLACEMENT CHARACTER (U+FFFD) | For security reasons, the Unicode character U+0000 must be replaced with the REPLACEMENT CHARACTER (U+FFFD) | ||
| - | < | + | ~~~bash |
| #sudo add-apt-repository ppa: | #sudo add-apt-repository ppa: | ||
| sudo apt update | sudo apt update | ||
| sudo apt install ghostwriter | sudo apt install ghostwriter | ||
| - | </ | + | ~~~ |
| markdown.pl | markdown.pl | ||
tech/markdown.1742825205.txt.gz · Dernière modification : de 127.0.0.1
