Markdown syntax is supported. An advanced help can be found on the Github basics for Markdown syntax.
Last Edit : 2019-10-08 11:38:4916 / 09 / 2019 à 14h30
___
---
***
**This is bold text**
__This is bold text__
*This is italic text*
_This is italic text_
~~Strikethrough~~
This is bold text
This is bold text
This is italic text
This is italic textStrikethrough
> Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other...
>>> ...or with spaces between arrows.
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.
16 / 09 / 2019 à 14h35
+ 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!
+
, -
, or *
1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit
3. Integer molestie lorem at massa
Inline `code`
Inline code
Block code "fences"
```
Sample text here...
```
Sample text here...
| 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. |
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. |
| 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. |
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. |
16 / 09 / 2019 à 14h40
[link](http://arxiv.org/list/gr-qc/new)
[link with title](http://arxiv.org/list/gr-qc/new "new gr-qc")
Autoconverted link http://arxiv.org/list/gr-qc/new
link link with title Autoconverted link http://arxiv.org/list/gr-qc/new
![aizawa attractor](https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/f9c9237618879.560aea2359102.jpg)
![Astakhov attractor](https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/60fcee7618879.560aeac5becdc.jpg "Astakhov Attractor")
[![hoover attractor](https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/00f8927618879.560aeaa55f14d.jpg)]
(https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/00f8927618879.560aeaa55f14d.jpg)
Like links, Images also have a footnote style syntax
![Lee Attractor][id]
[id]: https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/72041d7618879.560aeb31768b0.jpg "Lee Attractor"