Skip to content
Snippets Groups Projects
Commit cfa632e8 authored by Martial L's avatar Martial L
Browse files

Automatically generated. Merged on Netlify CMS.

parents 1c8a2810 7f9d7f1a
No related branches found
No related tags found
1 merge request!288Update Page “test-typographie”
......@@ -219,9 +219,46 @@ With a reference later in the document defining the URL location:
## Plugins
The killer feature of `markdown-it` is very effective support of
[syntax plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin).
### [Footnotes](https://github.com/markdown-it/markdown-it-footnote)
```
Footnote 1 link[^first].
Footnote 2 link[^second].
Inline footnote^\[Text of inline footnote] definition.
Duplicated footnote reference[^second].
[^first]: Footnote **can have markup**
and multiple paragraphs.
[^second]: Footnote text.
```
Footnote 1 link[^first].
Footnote 2 link[^second].
Inline footnote^\[Text of inline footnote] definition.
Duplicated footnote reference[^second].
[^first]: Footnote **can have markup**
and multiple paragraphs.
[^second]: Footnote text.
<img src="https://octodex.github.com/images/minion.png" width="300" align ="right" >
### [Emojies](https://github.com/markdown-it/markdown-it-emoji)
......@@ -245,23 +282,7 @@ see [how to change output](https://github.com/markdown-it/markdown-it-emoji#chan
\==Marked text==
### [Footnotes](https://github.com/markdown-it/markdown-it-footnote)
Footnote 1 link[^first].
Footnote 2 link[^second].
Inline footnote^\[Text of inline footnote] definition.
Duplicated footnote reference[^second].
[^first]: Footnote **can have markup**
```
and multiple paragraphs.
```
[^second]: Footnote text.
### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment