| 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 |
| 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 |
| 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 |
| 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 |
| 12125a04 | 26-Feb-2023 |
Sungbin Jeon <clockoon@gmail.com> |
Revert "auto parsing slash to colon inside wikilink"
This reverts commit 41bb96e58a7e78dafbb7d90816ef3412ade890ed. |
| 41bb96e5 | 24-Feb-2023 |
Sungbin Jeon <clockoon@gmail.com> |
auto parsing slash to colon inside wikilink |
| 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 |
| a8cba152 | 14-Sep-2022 |
Sungbin Jeon <clockoon@gmail.com> |
fix multiline indented code block rendering issue |
| 7b64be66 | 13-Sep-2022 |
Sungbin Jeon <clockoon@gmail.com> |
fix escaping issue on indented code block |
| 1916f815 | 13-Sep-2022 |
Sungbin Jeon <clockoon@gmail.com> |
fix hr rendering error after list (#16) |
| 286063f0 | 01-Feb-2022 |
Sungbin Jeon <clockoon@gmail.com> |
prevent inline render inside <code> |
| eff27c68 | 15-Dec-2021 |
Sungbin Jeon <clockoon@gmail.com> |
fix footnote inside block |