teste
-
Section title 1: grouping content
-
1
Participatory texts relay on the parsing of Markdown texts to produce a structured document.
-
2
Participatory texts are divided into 3 types of blocks:
- Section: produced by main headers (paragraphs starting with "# ")
- Subsection: produced by secondary headers (paragraphs starting more than one "#") until 6 levels.
- Article: produced by paragraphs and lists. -
Subsection title 1.1
-
3
Parsing of Markdown is strict.
This means that, for paragraphs and lists, all blocks should be separated by a blank line between them.
The first, second and this third paragraphs, for example, will be grouped into a single participatory text article. -
4
This paragraph instead, will produce a single participatory text article.
-
5
This paragraph also, will produce a third participatory text article.
-
Subsection title 1.2
-
6
Inside a paragraph list or a list, bold text is supported, italics text is supported, underlined text is supported.
As explained here Markdown treats asterisks (*) and underscores (_) as indicators of emphasis. Text wrapped with one * or _ will be wrapped with an HTML tag; double *’s or _’s will be wrapped with an HTML <strong> tag. E.g., this input:
- single asterisks
- single underscores
- double asterisks
- double underscores -
7
You can use the following reference when writing your documents: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.
-
Section title 2: lists
-
8
Lists will be parsed as one block:
-
9
- consensus by simple majority: when a, b, and c appear in the creation.
- consensus by enhanced majority: when a, b, c and also d appear in the creation.
- consensus by absolute majority: when x, y and z appear in the creation.
- consensus by imposing whatever the organization wants: to be used at will.
- consensus by ignoring whatever resulted from the previous consensus: to be used when organization don't like the results of another consensus system. -
10
Ordered lists reset numberings to the correct order (1,2,3,4,5 in this case):
-
11
1. one
2. two
3. three
4. four
5. five -
Section title 3: images and links
-
12
A link to Decidim's web site uses this format.
-
13
Carregando contribuições ...