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 c4a554ad Clean up references of Markdown
c4a554ad is described below

commit c4a554ad367a085c993dc1ac0e8528515cd67180
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 11 09:06:08 2026 +0100

    Clean up references of Markdown
    
    Remove broken links, add relevant specifications
---
 doxia-modules/doxia-module-markdown/src/site/markdown/index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 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 86db9be0..9579ed11 100644
--- a/doxia-modules/doxia-module-markdown/src/site/markdown/index.md
+++ b/doxia-modules/doxia-module-markdown/src/site/markdown/index.md
@@ -61,6 +61,7 @@ GitHub specified [extensions](https://github.github.com/gfm) 
to the original Mar
 - [footnotes](https://github.com/vsch/flexmark-java/wiki/Footnotes-Extension)
 - [abbreviations](https://michelf.ca/projects/php-markdown/extra/#abbr)
 - [definition lists](https://michelf.ca/projects/php-markdown/extra/#def-list)
+
 ## 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).
@@ -68,7 +69,7 @@ The parser will first convert Markdown into HTML and then 
parse the HTML into Do
 ## References
 
 - [Markdown project website](http://daringfireball.net/projects/markdown)
+- [CommonMark spec](https://spec.commonmark.org/)
+- [GitHub Flavored Markdown](https://github.github.com/gfm)
 - [Markdown Wikipedia page](http://en.wikipedia.org/wiki/Markdown)
-- [Markdown wiki](http://xbeta.org/wiki/show/Markdown)
-- [flexmark-java](http://github.com/vsch/flexmark-java), the library used by 
this Doxia module in [Pegdown](http://pegdown.org) compatibility mode
-- [Pegdown](http://pegdown.org) a deprecated Markdown processing library used 
in previous doxia-module-markdown versions 1\.3 to 1\.7
+- [flexmark-java](http://github.com/vsch/flexmark-java), the library used by 
this Doxia module in `Pegdown`` compatibility mode

Reply via email to