File modules/wikiparser/README.md

Last commit: Mon Feb 24 18:36:11 2020 +0100	Jan Dankert	Documentation added.
1 # Wikiparser module 2 3 This is a older markup language, which is similar to some common markup languages like Markdown. 4 5 This module is necessary for old content, which is based on this language. 6 7 ## Syntax 8 9 ### Simple text 10 - \***bold text**\* 11 - \__italice text_\_ 12 - =`fixed width`= 13 14 ### Definition lists 15 16 some::thing 17 18 ### Source text 19 = 20 ``` 21 source text 22 ``` 23 = 24 25 ### Quotes 26 27 \> 28 > multiline quote 29 30 \> 31 32 33 ### Headlines 34 35 \+ Headline 1\ 36 \++ Headline 2\ 37 \+++ Headline 3\ 38 \++++ Headline 4\ 39 \+++++ Headline 5\ 40 \++++++ Headline 6\ 41 42 Headline 1\ 43 \========== 44 45 Headline 2\ 46 \---------- 47 48 Headline 3\ 49 \.......... 50 51 52 ### List 53 54 \- some\ 55 \- thing 56 57 ### Numbered List 58 59 \# some\ 60 \# thing 61 62 63 ### Links 64 65 Link->http://... 66 67 ### Tables 68 69 |!Headline||!Headline over 2 columns|!Headline\ 70 |Text|Text|(cssclass)Text|Text 71
Download modules/wikiparser/README.md
History Mon, 24 Feb 2020 18:36:11 +0100 Jan Dankert Documentation added.