Name Date Size #Lines LOC

..--

.git/H18-Jul-2026-

.github/H18-Jul-2026-178136

_test/H18-Jul-2026-310222

conf/H18-Jul-2026-194

.gitattributesH A D18-Jul-202645 22

.gitignoreH A D18-Jul-20268 21

LICENSEH A D18-Jul-202617.6 KiB339281

README.mdH A D18-Jul-20261.6 KiB2822

deleted.filesH A D18-Jul-2026211 108

odt.cssH A D18-Jul-2026129 87

plugin.info.txtH A D18-Jul-2026304 98

print.cssH A D18-Jul-2026549 3832

style.cssH A D18-Jul-2026473 3227

syntax.phpH A D18-Jul-202626.5 KiB648557

README.md

1dokuwiki-yalist-plugin
2======================
3
4This plugin extends DokuWiki's list markup syntax to allow definition lists
5and list items with multiple paragraphs. The complete syntax is as follows:
6
7```
8  - ordered list item            [<ol><li>]  <!-- as standard syntax -->
9  * unordered list item          [<ul><li>]  <!-- as standard syntax -->
10  ? definition list term         [<dl><dt>]
11  : definition list definition   [<dl><dd>]
12
13  -- ordered list item w/ multiple paragraphs
14  ** unordered list item w/ multiple paragraphs
15  :: definition list definition w/multiple paragraphs
16  .. new paragraph in --, **, or ::
17```
18
19Lists can be nested within lists, just as in the standard DokuWiki syntax.
20
21----
22[![CI](https://github.com/mprins/dokuwiki-yalist-plugin/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-yalist-plugin/actions/workflows/CI.yml)
23[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mprins/dokuwiki-yalist-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mprins/dokuwiki-yalist-plugin/?branch=master)
24[![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-yalist-plugin.svg)](https://github.com/mprins/dokuwiki-yalist-plugin/issues)
25[![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-yalist-plugin.svg)](https://github.com/mprins/dokuwiki-yalist-plugin/network)
26[![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-yalist-plugin.svg)](https://github.com/mprins/dokuwiki-yalist-plugin/stargazers)
27[![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/mprins/dokuwiki-yalist-plugin/master/LICENSE)
28