Add indexing support

Using the index keyword, lists can now have an alphabetical Index at the
top level.
This commit is contained in:
Andreas Gohr
2023-06-26 14:11:18 +02:00
parent 1ee0a2dc29
commit ce44c6393f
6 changed files with 144 additions and 4 deletions

View File

@ -19,7 +19,7 @@ class syntax_plugin_struct_table extends DokuWiki_Syntax_Plugin
protected $tableclass = AggregationTable::class;
/** @var string Config options that are not allowed for this syntax mode */
protected $illegalOptions = ['nesting'];
protected $illegalOptions = ['nesting', 'index'];
/**
* @return string Syntax mode type