History log of /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php (Results 1 – 25 of 25)
Revision Date Author Comments
# c0a62d53 06-Dec-2025 Sungbin Jeon <clockoon@gmail.com>

Merge pull request #39 from xChalix/feature/softbreaks

Feature/softbreaks


# 5458b938 02-Dec-2025 Sungbin Jeon <clockoon@gmail.com>

fix getLiteral problem (#37)


# 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 ...


# 836a4a7a 29-Nov-2025 Chalix <git at chalix punkt de>

Add option 'render_softbreaks' to the Web GUI

A checkbox in the dokuwiki configuration menu to select,
weather softbreaks should be rendered or not.


# 51966319 29-Nov-2025 Chalix <git at chalix punkt de>

Use of 'mergeConfig' deprecated.


# 9b5593fe 22-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

Fix heading with link


# 4c91f333 25-Nov-2024 Sungbin Jeon <clockoon@gmail.com>

fix action.php


# 80734199 25-Nov-2024 Sungbin Jeon <clockoon@gmail.com>

fix headinginfo


# 8f24791e 16-Sep-2023 Sungbin Jeon <clockoon@gmail.com>

fix html tag escape


# 5ba4c344 19-May-2023 Sungbin Jeon <clockoon@gmail.com>

Revert "add logic for additional image link rule"

This reverts commit 50c6b1ddef623a1cad3c79c6336583faeca76ef4.


# 50c6b1dd 09-Mar-2023 Sungbin Jeon <clockoon@gmail.com>

add logic for additional image link rule


# ac4825fc 08-Mar-2023 Sungbin Jeon <clockoon@gmail.com>

add DW wikilink syntax converter


# 022ce692 13-Feb-2023 Sungbin Jeon <clockoon@gmail.com>

fix frontmatter rendering issue


# 8bcf583b 17-Dec-2022 Sungbin Jeon <clockoon@gmail.com>

fix frontmatter check


# 7569cca4 23-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

add frontmatter tag process option


# 4384789b 14-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

Move tag location to bottom


# 81da5a38 13-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

add VERY basic support of frontmatter_based tag


# 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


# 656793f4 12-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

add table syntax


# 78c882e7 12-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

add strikethrough support


# f46768a8 12-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

add footnote support


# 1e536bad 10-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

fix extension filename case


# 8ec9a8f2 07-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

first working version