| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Superscript.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Strong.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Subscript.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Emphasis.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Deleted.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Monospace.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | Underline.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| H A D | AbstractFormatting.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|
| /dokuwiki/inc/Parsing/ |
| H A D | ModeRegistry.php | 1f44347694a1b2d0182a0aaa0ca79ba9930f1d2a Thu Apr 16 16:17:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> split Formatting into individual classes per formatting type
Introduce AbstractFormatting as a base class and seven concrete classes (Strong, Emphasis, Underline, Monospace, Subscript, Superscript, Deleted) that each define their own patterns and sort order. Delete the old Formatting class and update tests to use the new classes directly. ModeRegistry now treats formatting modes as regular built-in modes.
|