<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Commonmark.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c0a62d53d1c413eaa1fe790cf1161a898c5d9eb6 - Merge pull request #39 from xChalix/feature/softbreaks</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#c0a62d53d1c413eaa1fe790cf1161a898c5d9eb6</link>
        <description>Merge pull request #39 from xChalix/feature/softbreaksFeature/softbreaks

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 06 Dec 2025 17:46:18 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5458b93882c17f4007b971c27a8e2e39e497a7e9 - fix getLiteral problem (#37)</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#5458b93882c17f4007b971c27a8e2e39e497a7e9</link>
        <description>fix getLiteral problem (#37)

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Tue, 02 Dec 2025 21:35:35 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0f46309a0ac22fdc4d1c91b56eae39d6eedaaf00 - Register &apos;commonmark/hard_break&apos; as an custom option</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#0f46309a0ac22fdc4d1c91b56eae39d6eedaaf00</link>
        <description>Register &apos;commonmark/hard_break&apos; as an custom optionSo we have all the default parameters in one place,and not hidden within the renderer function.Also adapt the &apos;getOption&apos; function such that it is ableto retrieve both, leage-commonmark options as well as ourcustom registered commonmark options.

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 29 Nov 2025 13:13:01 +0000</pubDate>
        <dc:creator>Chalix &lt;git at chalix punkt de&gt;</dc:creator>
    </item>
<item>
        <title>58199fd49321b9e4345fe705672e2e4535c225b5 - Implement optional soft break rendering</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#58199fd49321b9e4345fe705672e2e4535c225b5</link>
        <description>Implement optional soft break renderingWhen the option &apos;render_softbreaks&apos; is on, use the sameline break characters as for hart breaks.Also, define the hart break string inside the&apos;Commonmark.php&apos; config, not in the renderer itself.

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 29 Nov 2025 12:34:15 +0000</pubDate>
        <dc:creator>Chalix &lt;git at chalix punkt de&gt;</dc:creator>
    </item>
<item>
        <title>836a4a7aa60e82fc83df83014290daeca74fb322 - Add option &apos;render_softbreaks&apos; to the Web GUI</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#836a4a7aa60e82fc83df83014290daeca74fb322</link>
        <description>Add option &apos;render_softbreaks&apos; to the Web GUIA checkbox in the dokuwiki configuration menu to select,weather softbreaks should be rendered or not.

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 29 Nov 2025 12:32:23 +0000</pubDate>
        <dc:creator>Chalix &lt;git at chalix punkt de&gt;</dc:creator>
    </item>
<item>
        <title>51966319a8ccec78ea295f76b9e44561a192440c - Use of &apos;mergeConfig&apos; deprecated.</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#51966319a8ccec78ea295f76b9e44561a192440c</link>
        <description>Use of &apos;mergeConfig&apos; deprecated.

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 29 Nov 2025 12:24:11 +0000</pubDate>
        <dc:creator>Chalix &lt;git at chalix punkt de&gt;</dc:creator>
    </item>
<item>
        <title>9b5593fecaad6a16cacc5ae6ed0088174cf672f4 - Fix heading with link</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#9b5593fecaad6a16cacc5ae6ed0088174cf672f4</link>
        <description>Fix heading with link

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Tue, 22 Jul 2025 22:14:39 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c91f333b19006451b0fec4e612ae0ab106ca979 - fix action.php</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#4c91f333b19006451b0fec4e612ae0ab106ca979</link>
        <description>fix action.php

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Mon, 25 Nov 2024 14:19:02 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>80734199223681576dd58b9113e35ae4786f6692 - fix headinginfo</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#80734199223681576dd58b9113e35ae4786f6692</link>
        <description>fix headinginfo

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Mon, 25 Nov 2024 13:10:44 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f24791e3973e8ee59d329ae79871141b286a641 - fix html tag escape</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#8f24791e3973e8ee59d329ae79871141b286a641</link>
        <description>fix html tag escape

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 16 Sep 2023 11:09:21 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5ba4c34485bc6856cad86f8ef94ed4b9750d9a23 - Revert &quot;add logic for additional image link rule&quot;</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#5ba4c34485bc6856cad86f8ef94ed4b9750d9a23</link>
        <description>Revert &quot;add logic for additional image link rule&quot;This reverts commit 50c6b1ddef623a1cad3c79c6336583faeca76ef4.

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Fri, 19 May 2023 14:38:20 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50c6b1ddef623a1cad3c79c6336583faeca76ef4 - add logic for additional image link rule</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#50c6b1ddef623a1cad3c79c6336583faeca76ef4</link>
        <description>add logic for additional image link rule

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Thu, 09 Mar 2023 14:01:12 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ac4825fc31853f9ee73c0dc10f43b8a90f3ab395 - add DW wikilink syntax converter</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#ac4825fc31853f9ee73c0dc10f43b8a90f3ab395</link>
        <description>add DW wikilink syntax converter

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Wed, 08 Mar 2023 22:41:39 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>022ce692e48799bdb43d0f6e530879b91d78c853 - fix frontmatter rendering issue</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#022ce692e48799bdb43d0f6e530879b91d78c853</link>
        <description>fix frontmatter rendering issue

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Mon, 13 Feb 2023 15:41:13 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8bcf583b906573e766b0b7c343bc89b6d02dac22 - fix frontmatter check</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#8bcf583b906573e766b0b7c343bc89b6d02dac22</link>
        <description>fix frontmatter check

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 17 Dec 2022 20:25:20 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7569cca4f9e4d6797e38a2d05d3780d3a1f1125f - add frontmatter tag process option</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#7569cca4f9e4d6797e38a2d05d3780d3a1f1125f</link>
        <description>add frontmatter tag process option

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Wed, 23 Nov 2022 18:53:57 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4384789b6aba8741023ae6f3d27a03b005a08e84 - Move tag location to bottom</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#4384789b6aba8741023ae6f3d27a03b005a08e84</link>
        <description>Move tag location to bottom

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Mon, 14 Nov 2022 16:33:23 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>81da5a387f233c0115df0d2a40d078b7af98d898 - add VERY basic support of frontmatter_based tag</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#81da5a387f233c0115df0d2a40d078b7af98d898</link>
        <description>add VERY basic support of frontmatter_based tag

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sun, 13 Nov 2022 17:21:38 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b0a36678775785ae4bed10dd2dcf9b3c90beb0c1 - first 2.0 implementation - at least no error</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#b0a36678775785ae4bed10dd2dcf9b3c90beb0c1</link>
        <description>first 2.0 implementation - at least no error

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Thu, 13 Oct 2022 17:59:58 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>94a075ee9c5821074e0d7b2c07e7e230fefe6cd9 - theleague/commonmark 2.0.x compatibility matching</title>
        <link>http://127.0.0.1:8080/history/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php#94a075ee9c5821074e0d7b2c07e7e230fefe6cd9</link>
        <description>theleague/commonmark 2.0.x compatibility matching

            List of files:
            /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Commonmark.php</description>
        <pubDate>Sat, 08 Oct 2022 07:17:29 +0000</pubDate>
        <dc:creator>Sungbin Jeon &lt;clockoon@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
