diff --git a/public/decidim-packs/media/documents/0e67170e72070b470a07.md b/public/decidim-packs/media/documents/0e67170e72070b470a07.md deleted file mode 100644 index 203ae0af39..0000000000 --- a/public/decidim-packs/media/documents/0e67170e72070b470a07.md +++ /dev/null @@ -1,52 +0,0 @@ -# Section title 1: grouping content - -Participatory texts relay on the parsing of Markdown texts to produce a structured document. - -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 -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. - -This paragraph instead, will produce a single participatory text article. - -This paragraph also, will produce a third participatory text article. - -## Subsection title 1.2 - -Inside a paragraph list or a list, **bold text** is supported, *italics text* is supported, __underlined text__ is supported. -As explained [here](https://daringfireball.net/projects/markdown/syntax#em) 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__ - -You can use the following reference when writing your documents: [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). - -# Section title 2: lists - -Lists will be parsed as one block: - -- 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. - -Ordered lists reset numberings to the correct order (1,2,3,4,5 in this case): - -1. one -2. two -3. three -1. four -1. five - -# Section title 3: images and links - -A link to Decidim's web site uses [this format](https://decidim.org). - -![Important image for Decidim](https://meta.decidim.org/assets/decidim/decidim-logo-1f39092fb3e41d23936dc8aeadd054e2119807dccf3c395de88637e4187f0a3f.svg)