garagehq.deuxfleurs.fr/content/blog/post-0.md

238 lines
5.3 KiB
Markdown
Raw Normal View History

2022-01-24 17:36:50 +00:00
+++
title="Zeroth Post"
date=2018-08-20
+++
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac iaculis libero. Suspendisse et sodales tellus, ut sodales mi. Proin scelerisque est nec laoreet aliquet. Aenean et nunc at mi efficitur sollicitudin at quis diam. Aenean mi massa, sollicitudin eu condimentum sed, sodales ut nisi. Aenean iaculis ante id gravida hendrerit. Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
<!-- more -->
---
__Advertisement :)__
2022-01-24 17:36:50 +00:00
- __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image
resize in browser.
- __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly
i18n with plurals support and easy syntax.
2022-01-24 17:36:50 +00:00
You will like those projects!
2022-01-24 17:36:50 +00:00
---
2022-01-24 17:36:50 +00:00
# h1 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
## h2 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
### h3 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
#### h4 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
##### h5 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
###### h6 Heading
Nulla nisi neque, facilisis vitae viverra ac, interdum malesuada quam. Quisque laoreet leo nec lectus lacinia, in lacinia enim tempor.
2022-01-24 17:36:50 +00:00
## Horizontal Rules
2022-01-24 17:36:50 +00:00
## Typographic replacements
2022-01-24 17:36:50 +00:00
Enable typographer option to see result.
2022-01-24 17:36:50 +00:00
(c) (C) (r) (R) (tm) (TM) (p) (P) +-
2022-01-24 17:36:50 +00:00
test.. test... test..... test?..... test!....
2022-01-24 17:36:50 +00:00
!!!!!! ???? ,, -- ---
2022-01-24 17:36:50 +00:00
"Smartypants, double quotes" and 'single quotes'
2022-01-24 17:36:50 +00:00
## Emphasis
2022-01-24 17:36:50 +00:00
**This is bold text**
2022-01-24 17:36:50 +00:00
__This is bold text__
2022-01-24 17:36:50 +00:00
*This is italic text*
2022-01-24 17:36:50 +00:00
_This is italic text_
2022-01-24 17:36:50 +00:00
~~Strikethrough~~
2022-01-24 17:36:50 +00:00
## Blockquotes
2022-01-24 17:36:50 +00:00
> I
>> Fart
>>> On
>>>> People
2022-01-24 17:36:50 +00:00
## Lists
2022-01-24 17:36:50 +00:00
Unordered
2022-01-24 17:36:50 +00:00
+ Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
* Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
+ Very easy!
2022-01-24 17:36:50 +00:00
1. You can use sequential numbers...
1. ...or keep all the numbers as `1.`
2022-01-24 17:36:50 +00:00
Start numbering with offset:
2022-01-24 17:36:50 +00:00
57. foo
1. bar
2022-01-24 17:36:50 +00:00
## Code
2022-01-24 17:36:50 +00:00
Inline `code`
2022-01-24 17:36:50 +00:00
---
2022-01-24 17:36:50 +00:00
Block code "fences"
```
Sample text here...
```
---
Syntax highlighting
2022-01-24 17:36:50 +00:00
``` js
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
```
## Tables
| Option | Description |
| ------ | ----------- |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
## Links
[link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!")
## Images
![Minion](https://octodex.github.com/images/minion.png)
![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat")
Like links, Images also have a footnote style syntax
![Alt text][id]
With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Plugins
The killer feature of `markdown-it` is very effective support of
[syntax plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin).
### [Emojies](https://github.com/markdown-it/markdown-it-emoji)
> Classic markup: :wink: :cry: :laughing: :yum:
### [Subscript](https://github.com/markdown-it/markdown-it-sub) / [Superscript](https://github.com/markdown-it/markdown-it-sup)
$$\begin{array}{c}
\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} &
= \frac{4\pi}{c}\vec{\mathbf{j}} \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\
\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\
\nabla \cdot \vec{\mathbf{B}} & = 0
\end{array}$$
### [\<ins>](https://github.com/markdown-it/markdown-it-ins)
++Inserted text++
### [\<mark>](https://github.com/markdown-it/markdown-it-mark)
==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)
Term 1
: Definition 1
with lazy continuation.
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
_Compact style:_
Term 1
~ Definition 1
Term 2
~ Definition 2a
~ Definition 2b
### [Abbreviations](https://github.com/markdown-it/markdown-it-abbr)
This is HTML abbreviation example.
2022-01-24 17:36:50 +00:00
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
2022-01-24 17:36:50 +00:00
*[HTML]: Hyper Text Markup Language
2022-01-24 17:36:50 +00:00
### [Custom containers](https://github.com/markdown-it/markdown-it-container)
2022-01-24 17:36:50 +00:00
::: warning
*here be dragons*
:::