Block format
- Paragraph: 2 line jumps
- Line:
====
(4 "equal" sign or more) + line jump
- Simple list: one or more
*
or -
for each item + line jump
- Enumered list: one or more
#
for each item + line jump
- Tables:
|
text |
text ( |
= column separator with spaces around, each written line is a line of the table)
- Subtitle level 1:
!!!
title + line jump
- Subtitle level 2:
!!
title + line jump
- Subtitle level 3:
!
title + line jump
- Preformatted text: one space + text + line jump
- Quote (blockquote):
>
text + line jump
- Definitions:
;
word :
definition + line jump (spaces around :
)
Inline format
- Big emphase (bold):
__
text__
(2 underscores)
- Simple emphase (italic) :
''
text''
(deux single quote)
- Forced line break:
%%%
- Link:
[
Name of the link|
Link/web address (http://)|
language|
description (title)]
- Link to a resource:
[
Name of the link|
xlink://resource_id/]
- Images:
((
Link to the image|
alternative text|
position|
description))
position = L, R or nothing
- Code:
@@
code@@
- Citation:
^^
sentence|
source link^^
- Reference (cite):
{{
reference}}
- Acronym:
??
acronyme|
description??