| ae923e0e | 23-Aug-2025 |
Sungbin Jeon <clockoon@gmail.com> |
fix duplicate conversion allocation |
| 3bfa6366 | 18-Aug-2025 |
gerilu <lukas.ribi@griesser.ch> |
exit parsing when not forced or doctype not set |
| 7dbe6b57 | 24-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
Merge branch 'hardbreak' |
| 9b5593fe | 22-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
Fix heading with link |
| 59e044f9 | 20-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
fix secedit error |
| 0e097a8f | 20-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
fix secedit error |
| 0a7e0c20 | 20-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
update league/commonmark ver to 2.7 |
| 1b34a25b | 20-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
update README |
| 14e3b956 | 19-Jul-2025 |
Sungbin Jeon <clockoon@gmail.com> |
add config option |
| 4511252f | 25-Nov-2024 |
Sungbin Jeon <clockoon@gmail.com> |
finalize basic implementation of section edit fix |
| 4c91f333 | 25-Nov-2024 |
Sungbin Jeon <clockoon@gmail.com> |
fix action.php |
| 80734199 | 25-Nov-2024 |
Sungbin Jeon <clockoon@gmail.com> |
fix headinginfo |
| 6d02eafb | 08-Dec-2024 |
David Li <dli7319@gmail.com> |
Use CoreInlineElement for Newline |
| 671ab735 | 16-Sep-2023 |
Sungbin Jeon <clockoon@gmail.com> |
update version |
| 93775a62 | 16-Sep-2023 |
Sungbin Jeon <clockoon@gmail.com> |
Allowing HTML code due to DW's policy change |
| 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 |
| 05660521 | 28-May-2023 |
Sungbin Jeon <clockoon@gmail.com> |
prepare for v1.3.0 |
| 798d028f | 28-May-2023 |
Sungbin Jeon <clockoon@gmail.com> |
update to 2.4.0 |
| 5ba4c344 | 19-May-2023 |
Sungbin Jeon <clockoon@gmail.com> |
Revert "add logic for additional image link rule"
This reverts commit 50c6b1ddef623a1cad3c79c6336583faeca76ef4. |
| ec9e6bd4 | 19-May-2023 |
Sungbin Jeon <clockoon@gmail.com> |
Revert "add user setting for media mapping"
This reverts commit 506607870465b467366b0e485f647759143c7245. |
| 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 |
| 50660787 | 09-Mar-2023 |
Sungbin Jeon <clockoon@gmail.com> |
add user setting for media mapping |