• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

helper/H25-Mar-2021-13199

images/H25-Mar-2021-

README.mdH A D24-Mar-2021687 2719

action.phpH A D24-Mar-20211.7 KiB5238

all.lessH A D24-Mar-2021242 2017

example.txtH A D24-Mar-20212 KiB10189

odt.cssH A D24-Mar-2021411 1814

plugin.info.txtH A D24-Mar-2021231 87

syntax.phpH A D24-Mar-202116.6 KiB459309

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>{&#124;</code>  | table start |
14|<code>{+</code>       | table caption |
15|<code>{-</code>       | table row |
16|<code>!</code>        | table header |
17|<code>&#124;</code>   | table data |
18|<code>&#124;}</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