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

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:markdown [2025/04/30 14:48] Jean-Baptistetech:markdown [2025/11/25 21:45] (Version actuelle) Jean-Baptiste
Ligne 5: Ligne 5:
  
 Voir : Voir :
-* https://commonmark.org/ +  * https://commonmark.org/ 
-* [GFM](https://help.github.com/articles/github-flavored-markdown/+  * [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
 +
 +Front-Matter :
 +  * https://jekyllrb.com/docs/front-matter/
 +
 +
 +## 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 ## Conversion Markdown vers ODT
tech/markdown.1746017288.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki