<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Référence on Matteo ZINUTTI</title><link>https://mzinutti.fr/tags/r%C3%A9f%C3%A9rence/</link><description>Recent content in Référence on Matteo ZINUTTI</description><generator>Hugo -- gohugo.io</generator><language>fr-fr</language><lastBuildDate>Mon, 11 May 2026 11:12:28 +0200</lastBuildDate><atom:link href="https://mzinutti.fr/tags/r%C3%A9f%C3%A9rence/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Cheatsheet</title><link>https://mzinutti.fr/posts/md-cheatsheet/</link><pubDate>Fri, 10 Nov 2023 10:20:38 +0000</pubDate><guid>https://mzinutti.fr/posts/md-cheatsheet/</guid><description>&lt;img src="https://mzinutti.fr/posts/md-cheatsheet/cover.png" alt="Featured image of post Markdown Cheatsheet" /&gt;&lt;h2 id="header"&gt;Header
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;# h1
## h2
### h3
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="bold"&gt;Bold
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;**bold text**
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="italic"&gt;Italic
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;*italic text*
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="highlight"&gt;Highlight
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;==highlighted text==
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="strikethrough"&gt;Strikethrough
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;~~strikethrough text~~
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="block-quote"&gt;Block quote
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;&amp;gt; quote
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="ordered-list"&gt;Ordered list
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;1. Item 1
1. Item 1.1
2. Item 2
3. Item 3
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="unordered-list"&gt;Unordered list
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;- Item 1
 - Item 1.1
- Item 2
- Item 3
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="inline-code"&gt;Inline Code
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;`code`
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="code-block"&gt;Code Block
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;```&amp;lt;language&amp;gt;

```
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="horizontal-rule"&gt;Horizontal Rule
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;---
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="link"&gt;Link
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;[title](https://www.example.com)
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="image"&gt;Image
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;![alt text](image.jpg)
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="table"&gt;Table
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;| Syntax | Description |
| :-------: | ----------: |
| Header | Title |
| Paragraph | Text |
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="footnote"&gt;Footnote
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="definition-list"&gt;Definition List
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;term
: definition
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="emoji"&gt;Emoji
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;:joy:
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="task-list"&gt;Task List
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="subscript"&gt;Subscript
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;H~2~O
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="superscript"&gt;Superscript
&lt;/h2&gt;&lt;pre&gt;&lt;code&gt;X^2^
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>