| #
0f46309a |
| 29-Nov-2025 |
Chalix <git at chalix punkt de> |
Register 'commonmark/hard_break' as an custom option
So we have all the default parameters in one place, and not hidden within the renderer function. Also adapt the 'getOption' function such that it
Register 'commonmark/hard_break' as an custom option
So we have all the default parameters in one place, and not hidden within the renderer function. Also adapt the 'getOption' function such that it is able to retrieve both, leage-commonmark options as well as our custom registered commonmark options.
show more ...
|
| #
58199fd4 |
| 29-Nov-2025 |
Chalix <git at chalix punkt de> |
Implement optional soft break rendering
When the option 'render_softbreaks' is on, use the same line break characters as for hart breaks. Also, define the hart break string inside the 'Commonmark.ph
Implement optional soft break rendering
When the option 'render_softbreaks' is on, use the same line break characters as for hart breaks. Also, define the hart break string inside the 'Commonmark.php' config, not in the renderer itself.
show more ...
|
| #
c73f5e4d |
| 29-Nov-2025 |
Chalix <git at chalix punkt de> |
Remove 'default' parameter from function 'getOption'
The underlying 'get' function from 'environment' ->'getConfiguration()'->'get()' does not have a default parameter any more.
|
| #
b0a36678 |
| 13-Oct-2022 |
Sungbin Jeon <clockoon@gmail.com> |
first 2.0 implementation - at least no error
|
| #
94a075ee |
| 08-Oct-2022 |
Sungbin Jeon <clockoon@gmail.com> |
theleague/commonmark 2.0.x compatibility matching
|
| #
8ec9a8f2 |
| 07-Jul-2021 |
Sungbin Jeon <clockoon@gmail.com> |
first working version
|