Édouard Lopez
I'm a Web stack developer, I'm using the best available tools for my job. Workflow include: npm, yo, bower, grunt, angularJS. I'm fluent in PHP, JS, XSLT, bash, etc. and trained to UX/IA scopes.
par Édouard Lopez
atelier CLI – 17 mars 2015
cc-by-sa-nc
N.B. : Il peut existé plusieurs formes, mais je ne présente que la plus intuitif et les plus courantes.
It's very easy to make some words **bold** and other words _italic_ with Markdown. You can even [link to Google!](http://google.com)
Sometimes you want numbered lists: 1. One 2. Two 3. Three 1. Sous-liste
N.B. : utilisé des sauts de lignes pour distinguer les blocs.
Sometimes you want bullet points: * Start a line with a star * sous-liste indentation de 2 espaces * Profit!
If you want to embed images, this is how you do it: ![Image de poulpe](https://example.com/poulpe.png)
# Structured documents Sometimes it's useful to have different levels of headings to structure your documents. Start lines with a `#` to create headings. Multiple `##` in a row denote smaller heading sizes. ### This is a third-tier heading You can use one `#` all the way up to `######` six for different heading sizes.
If you'd like to quote someone, use the > character before the line: > Coffee. The finest organic suspension ever devised... I beat the Borg with it. > - Captain Janeway
Indentez avec 4 espaces:
if (isAwesome){ return true }
GFM ou Github Flavour Markdown utilise 3 backtick
``` if (isAwesome){ return true } ```
Support de la coloration syntaxique
```javascript
if (isAwesome){
return true
}
```
Besoin d'allez plus loin ?
Il est possible d'intégrer du HTML au milieu de votre MarkDown!
# Markdown Header with <b>HTML</b> This is an <abbr title="HyperText Markup Language">HTML</abbr> abbreviation in the middle of a MarkDown paragraph.
* [MarkDown](https://en.wikipedia.org/wiki/Markdown)
* [CommonMark](http://commonmark.org/)
* [CommonMark Spec](http://spec.commonmark.org/)
By Édouard Lopez
Présentation de la syntaxe markdown lors de l'atelier CLI (ligne de commande) du mardi 17 mars 2015 au L@bx
I'm a Web stack developer, I'm using the best available tools for my job. Workflow include: npm, yo, bower, grunt, angularJS. I'm fluent in PHP, JS, XSLT, bash, etc. and trained to UX/IA scopes.