123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- ====== Changelog ======
- 2023-04-07 -- Coding on a Terminal
- * Adds ''samp'' (terminal example output).
- * Adds ''kbd'' (terminal example input).
- * Adds ''hil'' (highlight / mark).
- 2023-04-07 -- Inserting Deletions
- * Adds ''ins'' (edit insertions).
- * Adds ''del'' (edit deletions).
- * Compatibility tests for 'text' renderer and other similar modes.
- 2023-04-05 -- General Update
- * Release is moved from notabug.org to codeberg.org .
- * All forms of simple tag now use a base class with type 'formatting' and default getSort() prio of 140.
- * Shifted the [cd], [cs] getSort() prio from 105 to 165, right below ''Doku_Parser_Mode_unformatted''.
- * Shifted the [q] getSort() prio from 120 to 220, right there with ''Doku_Parser_Mode_quote''.
- 2023-02-14 -- Update Cites
- * Fixes missing license content on LICENSE.
- * Fixes [cd], [cs] not using the class_preffix configuration.
- * Adds ''q'' (inline cite).
- 2020-05-05 -- Backend Upgrades
- * Fixes PHP Warnings for Dokuwiki types in PHP >= 7.x.
- * Anchor symbol (for eg.: ''text'' render) is now configurable.
- * Adds partial support for the [[doku>plugin:s5|s5 plugin renderer]] and for the text renderer.
- 2018-02-06 -- Files for ''div'', ''span''
- * span
- * Div and Span are their own bbcodes now: ''[cd=]'' and ''[cs=]''.
- 2018-02-06 -- Initial Upload
- * anchor
- * class
|