1====== Changelog ====== 2 32023-04-07 -- Coding on a Terminal 4 5 * Adds ''samp'' (terminal example output). 6 * Adds ''kbd'' (terminal example input). 7 * Adds ''hil'' (highlight / mark). 8 92023-04-07 -- Inserting Deletions 10 11 * Adds ''ins'' (edit insertions). 12 * Adds ''del'' (edit deletions). 13 * Compatibility tests for 'text' renderer and other similar modes. 14 152023-04-05 -- General Update 16 17 * Release is moved from notabug.org to codeberg.org . 18 * All forms of simple tag now use a base class with type 'formatting' and default getSort() prio of 140. 19 * Shifted the [cd], [cs] getSort() prio from 105 to 165, right below ''Doku_Parser_Mode_unformatted''. 20 * Shifted the [q] getSort() prio from 120 to 220, right there with ''Doku_Parser_Mode_quote''. 21 222023-02-14 -- Update Cites 23 24 * Fixes missing license content on LICENSE. 25 * Fixes [cd], [cs] not using the class_preffix configuration. 26 * Adds ''q'' (inline cite). 27 282020-05-05 -- Backend Upgrades 29 30 * Fixes PHP Warnings for Dokuwiki types in PHP >= 7.x. 31 * Anchor symbol (for eg.: ''text'' render) is now configurable. 32 * Adds partial support for the [[doku>plugin:s5|s5 plugin renderer]] and for the text renderer. 33 342018-02-06 -- Files for ''div'', ''span'' 35 36 * span 37 * Div and Span are their own bbcodes now: ''[cd=]'' and ''[cs=]''. 38 392018-02-06 -- Initial Upload 40 41 * anchor 42 * class 43 44 45