Outils pour utilisateurs

Outils du site


tech:markdown

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:markdown [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:markdown [2025/11/25 21:45] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
-{{tag>Brouillon}}+<!DOCTYPE markdown> 
 +{{tag>Brouillon Markdown}}
  
-Notes Markdown Étendue+Notes Markdown Étendue
  
 Voir : Voir :
-* https://commonmark.org/ +  * https://commonmark.org/ 
-* [[https://help.github.com/articles/github-flavored-markdown/|GFM]] +  * [GFM](https://help.github.com/articles/github-flavored-markdown/) 
-* https://tickets.metabrainz.org/secure/attachment/11757/markdown_comparison.pdf +  * https://tickets.metabrainz.org/secure/attachment/11757/markdown_comparison.pdf 
-* https://github.com/github/linguist/blob/master/lib/linguist/languages.yml +  * https://github.com/github/linguist/blob/master/lib/linguist/languages.yml 
-* https://squidfunk.github.io/mkdocs-material/reference/formatting/+  * https://squidfunk.github.io/mkdocs-material/reference/formatting/
  
 +Voir aussi
 +  * https://ipfessay.stavros.io/ (IPFS)
 +  * https://google.github.io/styleguide/docguide/style.html
 +  * https://github.com/google/styleguide/blob/gh-pages/docguide/style.md#links
  
-== Conversion Markdown vers ODT+Front-Matter : 
 +  * https://jekyllrb.com/docs/front-matter/
  
-<code bash>+ 
 +## Lint 
 + 
 +### markdownlint  (mdl) 
 + 
 +~~~ 
 +$ sudo apt-get install markdownlint 
 + 
 +$ mdl notes_-_nerdctl.txt  
 +notes_-_nerdctl.txt:13: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:20: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:24: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:42: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:54: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:55: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:67: MD012 Multiple consecutive blank lines 
 +notes_-_nerdctl.txt:30: MD013 Line length 
 +notes_-_nerdctl.txt:50: MD031 Fenced code blocks should be surrounded by blank lines 
 +notes_-_nerdctl.txt:7: MD032 Lists should be surrounded by blank lines 
 +notes_-_nerdctl.txt:15: MD032 Lists should be surrounded by blank lines 
 +notes_-_nerdctl.txt:22: MD032 Lists should be surrounded by blank lines 
 +notes_-_nerdctl.txt:15: MD034 Bare URL used 
 +notes_-_nerdctl.txt:16: MD034 Bare URL used 
 +notes_-_nerdctl.txt:17: MD034 Bare URL used 
 +notes_-_nerdctl.txt:18: MD034 Bare URL used 
 +notes_-_nerdctl.txt:22: MD034 Bare URL used 
 +~~~ 
 + 
 +## 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
-</code>+~~~
  
-=== Autres+### Autres
  
-<code bash>+~~~bash
 pandoc --list-input-formats lists native pandoc --list-input-formats lists native
-</code>+~~~
  
  
  
-== Éditeurs Markdown+## Éditeurs Markdown 
 + 
 +Voir : 
 +* hedgedoc 
 + 
 +### Markdown slide 
 + 
 +Voir : 
 +* https://cryptpad.fr/slide/
  
-=== Editer un fichier Markdown avec Atom+### Editer un fichier Markdown avec Atom
  
 Atom \\ Atom \\
Ligne 34: Ligne 78:
  
  
-== Linter+## Linter
  
 Install Install
-<code bash>+~~~bash
 sudo apt-get install ruby-mdl sudo apt-get install ruby-mdl
-</code>+~~~
  
 Utilisation Utilisation
-<code bash>+~~~bash
 mdl fichier.md mdl fichier.md
-</code>+~~~
  
 Config - ignorer une règle  Config - ignorer une règle 
-<code ->+~~~
 mdl ~/code/mkdocs/projet1/docs/start.md  mdl ~/code/mkdocs/projet1/docs/start.md 
 /home/jean/code/mkdocs/projet1/docs/start.md:41: MD013 Line length /home/jean/code/mkdocs/projet1/docs/start.md:41: MD013 Line length
Ligne 54: Ligne 98:
 mdl -r ~MD013 ~/code/mkdocs/projet1/docs/start.md mdl -r ~MD013 ~/code/mkdocs/projet1/docs/start.md
 mdl -r ~MD013,~MD046 ~/code/mkdocs/projet1/docs/start.md mdl -r ~MD013,~MD046 ~/code/mkdocs/projet1/docs/start.md
-</code>+~~~
  
-== 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)
  
-<code bash>+~~~bash
 #sudo add-apt-repository ppa:wereturtle/ppa #sudo add-apt-repository ppa:wereturtle/ppa
 sudo apt update sudo apt update
 sudo apt install ghostwriter sudo apt install ghostwriter
-</code>+~~~
  
 markdown.pl markdown.pl
  
  
tech/markdown.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki