dependabot[bot] opened a new pull request, #2638:
URL: https://github.com/apache/tika/pull/2638

   Bumps `commonmark.version` from 0.24.0 to 0.27.1.
   Updates `org.commonmark:commonmark` from 0.24.0 to 0.27.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.27.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>commonmark-java 0.27.0</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>commonmark-java 0.26.0</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.27.1] - 2026-01-14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>[0.27.0] - 2025-10-12</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>[0.26.0] - 2025-09-13</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>[0.25.1] - 2025-08-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>[0.25.0] - 2025-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/cded1b17fd6c557e7bd162b8cbe46e3e21f2adfe";><code>cded1b1</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/eb7bac0c12a65c77fb5988cb36e3370fc2b05def";><code>eb7bac0</code></a>
 Prepare CHANGELOG for version 0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/582855d49d6db95faee65aa17bc99d95616c2cbd";><code>582855d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/417";>#417</a>
 from commonmark/issue-413</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fc23e492c924a5bc30e8acc89b1b7139307753de";><code>fc23e49</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/418";>#418</a>
 from commonmark/fix-parse-brackets-opt</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c946bfe1ac61697a6085315de45c96e2f22b2893";><code>c946bfe</code></a>
 Make nested brackets optimization more effective again</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/67f8405f4e92086321af75c7bf7718ef2362dc1a";><code>67f8405</code></a>
 Make list holder classes innner classes</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/2753bf2b36f5048be2125d5a5bd2ef71ee35a79b";><code>2753bf2</code></a>
 TextContentRenderer: Fix nested lists on the same line</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/353278c9f05cd15bcc8ae017c9cec9a5a8ecf1ab";><code>353278c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/416";>#416</a>
 from commonmark/issue-415</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fd334350cb1d32fe745f50ca17c6096642ccbab2";><code>fd33435</code></a>
 Fix line break parsing after hard line break</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0418c83192c0f24f94d9401b7cf54083eda5ece2";><code>0418c83</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/409";>#409</a>
 from zapek/patch-1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.27.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.24.0 to 0.27.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark-ext-gfm-tables's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.27.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>commonmark-java 0.27.0</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>commonmark-java 0.26.0</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark-ext-gfm-tables's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.27.1] - 2026-01-14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>[0.27.0] - 2025-10-12</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>[0.26.0] - 2025-09-13</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>[0.25.1] - 2025-08-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>[0.25.0] - 2025-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/cded1b17fd6c557e7bd162b8cbe46e3e21f2adfe";><code>cded1b1</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/eb7bac0c12a65c77fb5988cb36e3370fc2b05def";><code>eb7bac0</code></a>
 Prepare CHANGELOG for version 0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/582855d49d6db95faee65aa17bc99d95616c2cbd";><code>582855d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/417";>#417</a>
 from commonmark/issue-413</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fc23e492c924a5bc30e8acc89b1b7139307753de";><code>fc23e49</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/418";>#418</a>
 from commonmark/fix-parse-brackets-opt</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c946bfe1ac61697a6085315de45c96e2f22b2893";><code>c946bfe</code></a>
 Make nested brackets optimization more effective again</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/67f8405f4e92086321af75c7bf7718ef2362dc1a";><code>67f8405</code></a>
 Make list holder classes innner classes</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/2753bf2b36f5048be2125d5a5bd2ef71ee35a79b";><code>2753bf2</code></a>
 TextContentRenderer: Fix nested lists on the same line</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/353278c9f05cd15bcc8ae017c9cec9a5a8ecf1ab";><code>353278c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/416";>#416</a>
 from commonmark/issue-415</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fd334350cb1d32fe745f50ca17c6096642ccbab2";><code>fd33435</code></a>
 Fix line break parsing after hard line break</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0418c83192c0f24f94d9401b7cf54083eda5ece2";><code>0418c83</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/409";>#409</a>
 from zapek/patch-1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.27.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.24.0 to 
0.27.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark-ext-gfm-strikethrough's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.27.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>commonmark-java 0.27.0</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>commonmark-java 0.26.0</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>commonmark-java 0.25.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark-ext-gfm-strikethrough's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.27.1] - 2026-01-14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Line(s) after a hard line break would sometimes also get an unwanted hard
   line break, e.g. if they ended in emphasis or other non-text inlines (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/415";>#415</a>)</li>
   <li><code>TextContentRenderer</code> (for plain text): Fix nested lists on 
the same line (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/413";>#413</a>)</li>
   <li>Fix minor performance regression with pathological input (deeply nested
   brackets) that was introduced in version 0.23.0.</li>
   </ul>
   <h2>[0.27.0] - 2025-10-12</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Autolink extension: Now supports configuration of different link types 
that
   should be recognized and converted to links. See 
<code>AutolinkExtension#builder</code></p>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Default?</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>URL</code></td>
   <td>Yes</td>
   <td>URL with a protocol such as <code>https://example.com</code></td>
   </tr>
   <tr>
   <td><code>EMAIL</code></td>
   <td>Yes</td>
   <td>Email address such as <code>[email protected]</code></td>
   </tr>
   <tr>
   <td><code>WWW</code></td>
   <td>Yes</td>
   <td>Address beginning with <code>www</code> such as 
<code>www.example.com</code></td>
   </tr>
   </tbody>
   </table>
   <p>Note that this changes the behavior of 
<code>AutolinkExtension.create()</code> to now also
   include <code>WWW</code> links by default. To re-enable the previous 
behavior, use:</p>
   <pre 
lang="java"><code>AutolinkExtension.builder().linkTypes(AutolinkType.URL, 
AutolinkType.EMAIL).build();
   </code></pre>
   </li>
   </ul>
   <h2>[0.26.0] - 2025-09-13</h2>
   <h3>Changed</h3>
   <ul>
   <li>A <code>LinkProcessor</code> using <code>replaceWith</code> now also 
stops outer links from being
   parsed as links, same as with <code>wrapTextIn</code>. This prevents nested 
links, see
   footnotes change below.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix rendering of image alt text to include contents of code spans 
(<code>`code`</code>). (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/398";>#398</a>)</li>
   <li>footnotes: Fix footnotes nested within links. Before, both the link and 
the
   footnote reference would be parsed and lead to nested <code>&lt;a&gt;</code> 
elements, which
   is disallowed. Now, only the footnote is parsed and the outer link becomes
   plain text; this matches the behavior of links. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/400";>#400</a>)</li>
   </ul>
   <h2>[0.25.1] - 2025-08-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>footnotes: Fix parsing of footnote definitions containing multiple 
paragraphs
   separated by blank lines. Before it only worked if paragraphs were separated
   by lines of 4 spaces. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/388";>#388</a>)</li>
   </ul>
   <h2>[0.25.0] - 2025-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Include OSGi metadata in jars (<code>META-INF/MANIFEST.MF</code> files) 
(<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/378";>#378</a>)</li>
   <li>More documentation with examples for <code>Node</code> classes (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/370";>#370</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>GitHub tables: Tables are now parsed even if there's no blank line 
before the</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/cded1b17fd6c557e7bd162b8cbe46e3e21f2adfe";><code>cded1b1</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/eb7bac0c12a65c77fb5988cb36e3370fc2b05def";><code>eb7bac0</code></a>
 Prepare CHANGELOG for version 0.27.1</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/582855d49d6db95faee65aa17bc99d95616c2cbd";><code>582855d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/417";>#417</a>
 from commonmark/issue-413</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fc23e492c924a5bc30e8acc89b1b7139307753de";><code>fc23e49</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/418";>#418</a>
 from commonmark/fix-parse-brackets-opt</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c946bfe1ac61697a6085315de45c96e2f22b2893";><code>c946bfe</code></a>
 Make nested brackets optimization more effective again</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/67f8405f4e92086321af75c7bf7718ef2362dc1a";><code>67f8405</code></a>
 Make list holder classes innner classes</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/2753bf2b36f5048be2125d5a5bd2ef71ee35a79b";><code>2753bf2</code></a>
 TextContentRenderer: Fix nested lists on the same line</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/353278c9f05cd15bcc8ae017c9cec9a5a8ecf1ab";><code>353278c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/416";>#416</a>
 from commonmark/issue-415</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/fd334350cb1d32fe745f50ca17c6096642ccbab2";><code>fd33435</code></a>
 Fix line break parsing after hard line break</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0418c83192c0f24f94d9401b7cf54083eda5ece2";><code>0418c83</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/409";>#409</a>
 from zapek/patch-1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.27.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to