History log of /plugin/commonmark/src/Dokuwiki/ (Results 1 – 25 of 48)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5458b93802-Dec-2025 Sungbin Jeon <clockoon@gmail.com>

fix getLiteral problem (#37)

0f46309a29-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 ...

5160e1a329-Nov-2025 Chalix <git at chalix punkt de>

Remove further ignored default parameters from function calls

The given default parameter is not taken into account anyways
(a source of confusion), and it will get in the way when we
change the fun

Remove further ignored default parameters from function calls

The given default parameter is not taken into account anyways
(a source of confusion), and it will get in the way when we
change the function signature later, for individual commonmark
options.

show more ...

58199fd429-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 ...

836a4a7a29-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.

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

5196631929-Nov-2025 Chalix <git at chalix punkt de>

Use of 'mergeConfig' deprecated.

7dbe6b5724-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

Merge branch 'hardbreak'

9b5593fe22-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

Fix heading with link

4c91f33325-Nov-2024 Sungbin Jeon <clockoon@gmail.com>

fix action.php

8073419925-Nov-2024 Sungbin Jeon <clockoon@gmail.com>

fix headinginfo

6d02eafb08-Dec-2024 David Li <dli7319@gmail.com>

Use CoreInlineElement for Newline

8f24791e16-Sep-2023 Sungbin Jeon <clockoon@gmail.com>

fix html tag escape

04daf66e31-Jul-2023 Adrien Beau <abe.github@zerty.xyz>

Fix spurious spaces around inline elements

Without this fix, the code adds a block separator after each element,
which translates to a space before and after each element, including
bold, italics, e

Fix spurious spaces around inline elements

Without this fix, the code adds a block separator after each element,
which translates to a space before and after each element, including
bold, italics, etc. This is especially visible when the element is
followed by punctuation.

The fix makes the code only add a block separator after block elements.

show more ...

d524ef1a04-Jun-2023 Dominik Meißner <dominik.meissner@uni-ulm.de>

fix list rendering issue with strikethrough text

5ba4c34419-May-2023 Sungbin Jeon <clockoon@gmail.com>

Revert "add logic for additional image link rule"

This reverts commit 50c6b1ddef623a1cad3c79c6336583faeca76ef4.

50c6b1dd09-Mar-2023 Sungbin Jeon <clockoon@gmail.com>

add logic for additional image link rule

ac4825fc08-Mar-2023 Sungbin Jeon <clockoon@gmail.com>

add DW wikilink syntax converter

12125a0426-Feb-2023 Sungbin Jeon <clockoon@gmail.com>

Revert "auto parsing slash to colon inside wikilink"

This reverts commit 41bb96e58a7e78dafbb7d90816ef3412ade890ed.

41bb96e524-Feb-2023 Sungbin Jeon <clockoon@gmail.com>

auto parsing slash to colon inside wikilink

022ce69213-Feb-2023 Sungbin Jeon <clockoon@gmail.com>

fix frontmatter rendering issue

8bcf583b17-Dec-2022 Sungbin Jeon <clockoon@gmail.com>

fix frontmatter check

7569cca423-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

add frontmatter tag process option

4384789b14-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

Move tag location to bottom

81da5a3813-Nov-2022 Sungbin Jeon <clockoon@gmail.com>

add VERY basic support of frontmatter_based tag

12