This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new e09946d3 Further cleanup of Markdown documentation
e09946d3 is described below

commit e09946d3c03c2c5a0c0e946135da38dfac156192
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 11 09:12:20 2026 +0100

    Further cleanup of Markdown documentation
---
 doxia-modules/doxia-module-markdown/src/site/markdown/index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doxia-modules/doxia-module-markdown/src/site/markdown/index.md 
b/doxia-modules/doxia-module-markdown/src/site/markdown/index.md
index 9579ed11..75cfd659 100644
--- a/doxia-modules/doxia-module-markdown/src/site/markdown/index.md
+++ b/doxia-modules/doxia-module-markdown/src/site/markdown/index.md
@@ -48,9 +48,9 @@ Currently only the following metadata elements are supported:
 
 As the original Markdown specification is simple many extensions have been 
created to add features to the original Markdown format. The following 
extensions are supported by this module:
 
-### GFM \(GitHub Flavored Markdown\) extensions:
+### GFM \(GitHub Flavored Markdown\) extensions
 
-GitHub specified [extensions](https://github.github.com/gfm) to the original 
Markdown format, which are now widely used. Some of these extensions are also 
supported by this module.
+GitHub specified [extensions](https://github.github.com/gfm) to the original 
Markdown and CommonMark format, which are now widely used. Some of these 
extensions are also supported by this module, namely
 
 - [tables](https://github.github.com/gfm/#tables-extension-)
 - [strikethrough text](https://github.github.com/gfm/#strikethrough-extension-)
@@ -64,7 +64,7 @@ GitHub specified [extensions](https://github.github.com/gfm) 
to the original Mar
 
 ## Parser
 
-The parser will first convert Markdown into HTML and then parse the HTML into 
Doxia Sink API methods calls leveraging the [XHTML5 
parser](../doxia-module-xhtml5/index.html).
+The parser will first convert Markdown into HTML, convert to XHTML via 
[JSoup](https://jsoup.org/) and then parse the XHTML into Doxia Sink API 
methods calls leveraging the [XHTML5 parser](../doxia-module-xhtml5/index.html).
 
 ## References
 
@@ -72,4 +72,4 @@ The parser will first convert Markdown into HTML and then 
parse the HTML into Do
 - [CommonMark spec](https://spec.commonmark.org/)
 - [GitHub Flavored Markdown](https://github.github.com/gfm)
 - [Markdown Wikipedia page](http://en.wikipedia.org/wiki/Markdown)
-- [flexmark-java](http://github.com/vsch/flexmark-java), the library used by 
this Doxia module in `Pegdown`` compatibility mode
+- [flexmark-java](http://github.com/vsch/flexmark-java), the library used by 
this Doxia module in [`Pegdown`](https://github.com/sirthias/pegdown) 
compatibility mode

Reply via email to