History log of /plugin/commonmark/ (Results 1 – 25 of 81)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ae923e0e23-Aug-2025 Sungbin Jeon <clockoon@gmail.com>

fix duplicate conversion allocation

3bfa636618-Aug-2025 gerilu <lukas.ribi@griesser.ch>

exit parsing when not forced or doctype not set

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

Merge branch 'hardbreak'

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

Fix heading with link

59e044f920-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

fix secedit error

0e097a8f20-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

fix secedit error

0a7e0c2020-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

update league/commonmark ver to 2.7

1b34a25b20-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

update README

14e3b95619-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

add config option

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

finalize basic implementation of section edit fix

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

671ab73516-Sep-2023 Sungbin Jeon <clockoon@gmail.com>

update version

93775a6216-Sep-2023 Sungbin Jeon <clockoon@gmail.com>

Allowing HTML code due to DW's policy change

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

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

prepare for v1.3.0

798d028f28-May-2023 Sungbin Jeon <clockoon@gmail.com>

update to 2.4.0

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

Revert "add logic for additional image link rule"

This reverts commit 50c6b1ddef623a1cad3c79c6336583faeca76ef4.

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

Revert "add user setting for media mapping"

This reverts commit 506607870465b467366b0e485f647759143c7245.

03e3ee9919-May-2023 Sungbin Jeon <clockoon@gmail.com>

Revert "fix require user.php"

This reverts commit 8c34b43dac9168d6769622e5ac84496da88578ab.

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

fix require user.php

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

add user setting for media mapping

1234