www/public_html/lib/plugins/yalist
Bertrand Jacquin b88336b2ee
MEDIUM: Update plugin yalist to v2016-08-29
2017-10-15 05:26:49 +01:00
..
conf MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
.travis.yml MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
LICENSE www plugins - add exttab3, itemtable and yalist 2015-04-16 13:40:32 +09:00
README.md MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
odt.css MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
plugin.info.txt MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
print.css www plugins - add exttab3, itemtable and yalist 2015-04-16 13:40:32 +09:00
style.css MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00
syntax.php MEDIUM: Update plugin yalist to v2016-08-29 2017-10-15 05:26:49 +01:00

README.md

dokuwiki-yalist-plugin

This plugin extends DokuWiki's list markup syntax to allow definition lists and list items with multiple paragraphs. The complete syntax is as follows:

  - ordered list item            [<ol><li>]  <!-- as standard syntax -->
  * unordered list item          [<ul><li>]  <!-- as standard syntax -->
  ? definition list term         [<dl><dt>]
  : definition list definition   [<dl><dd>]

  -- ordered list item w/ multiple paragraphs
  ** unordered list item w/ multiple paragraphs
  :: definition list definition w/multiple paragraphs
  .. new paragraph in --, **, or ::

Lists can be nested within lists, just as in the standard DokuWiki syntax.

Build Status Scrutinizer Code Quality GitHub issues GitHub forks GitHub stars GitHub license