README.md
1Extended Table Syntax for DokuWiki
2==================================
3
4The third trial to implement extended (MediaWiki-style) table syntax in DokuWiki
5
6Syntax
7------
8
9https://www.mediawiki.org/wiki/Help:Tables
10
11| markup | description |
12|:-- |:-- |
13|<code>{|</code> | table start |
14|<code>{+</code> | table caption |
15|<code>{-</code> | table row |
16|<code>!</code> | table header |
17|<code>|</code> | table data |
18|<code>|}</code> | table end |
19
20----
21Licensed under the GNU Public License (GPL) version 2
22
23More infomation is available:
24 * https://www.dokuwiki.org/plugin:exttab3
25
26(c) 2014-2021 Satoshi Sahara \<sahara.satoshi@gmail.com>
27