History log of /plugin/commonmark/DWtest.php (Results 1 – 19 of 19)
Revision Date Author Comments
# 7dbe6b57 24-Jul-2025 Sungbin Jeon <clockoon@gmail.com>

Merge branch 'hardbreak'


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

fix headinginfo


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

fix html tag escape


# 04daf66e 31-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 ...


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

fix list rendering issue with strikethrough text


# 798d028f 28-May-2023 Sungbin Jeon <clockoon@gmail.com>

update to 2.4.0


# 03e3ee99 19-May-2023 Sungbin Jeon <clockoon@gmail.com>

Revert "fix require user.php"

This reverts commit 8c34b43dac9168d6769622e5ac84496da88578ab.


# 8c34b43d 14-Mar-2023 Sungbin Jeon <clockoon@gmail.com>

fix require user.php


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

add DW wikilink syntax converter


# 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


# 286063f0 01-Feb-2022 Sungbin Jeon <clockoon@gmail.com>

prevent inline render inside <code>


# 1adb3ebe 19-Jul-2021 Sungbin Jeon <clockoon@gmail.com>

start to modify the toolbar; add doctype button


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

add strikethrough support


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

add footnote support


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

first working version