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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a4ec765a Fix Markdown
2a4ec765a is described below

commit 2a4ec765add65f8b93ae0511e95e8b4e64fb432b
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Wed Sep 18 11:10:01 2024 +0100

    Fix Markdown
    
    It appears that recent Doxia versions don't like Markdown files that have 
level 2 headings, but no level 1 headings.
---
 axiom-compat/src/site/markdown/index.md.vm               | 2 +-
 implementations/axiom-dom/src/site/markdown/index.md.vm  | 2 +-
 implementations/axiom-impl/src/site/markdown/index.md.vm | 2 +-
 src/site/markdown/download.md.vm                         | 2 +-
 testing/xml-truth/src/site/markdown/index.md.vm          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/axiom-compat/src/site/markdown/index.md.vm 
b/axiom-compat/src/site/markdown/index.md.vm
index 5d6aba2a5..a4bb08c0f 100644
--- a/axiom-compat/src/site/markdown/index.md.vm
+++ b/axiom-compat/src/site/markdown/index.md.vm
@@ -18,7 +18,7 @@
 ##
 
 Introduction
-------------
+============
 
 `axiom-compat` contains deprecated classes that will be removed in a future 
Axiom
 version. Add this module as a dependencies to projects with legacy code.
diff --git a/implementations/axiom-dom/src/site/markdown/index.md.vm 
b/implementations/axiom-dom/src/site/markdown/index.md.vm
index f4f120599..bd2901b14 100644
--- a/implementations/axiom-dom/src/site/markdown/index.md.vm
+++ b/implementations/axiom-dom/src/site/markdown/index.md.vm
@@ -18,7 +18,7 @@
 ##
 
 About
------
+=====
 
 DOOM (DOM over OM) implements both the Axiom API and the standard DOM API. To 
use this implementation,
 add `axiom-dom` to your project and request an `OMMetaFactory` with the DOM 
feature:
diff --git a/implementations/axiom-impl/src/site/markdown/index.md.vm 
b/implementations/axiom-impl/src/site/markdown/index.md.vm
index 0667c7b1f..1a3e26e5e 100644
--- a/implementations/axiom-impl/src/site/markdown/index.md.vm
+++ b/implementations/axiom-impl/src/site/markdown/index.md.vm
@@ -18,7 +18,7 @@
 ##
 
 About
------
+=====
 
 LLOM (Linked List Object Model) is the default implementation of the Axiom API.
 `OMAbstractFactory` and `OMXMLBuilderFactory` will use this implementation 
unless
diff --git a/src/site/markdown/download.md.vm b/src/site/markdown/download.md.vm
index f9cba7c33..4bfb14bc8 100644
--- a/src/site/markdown/download.md.vm
+++ b/src/site/markdown/download.md.vm
@@ -18,7 +18,7 @@
 ##
 
 Releases
---------
+========
 
 The current release is ${release_version} and was published on 
${release_date}. The release note for this
 release can be found [here](release-notes/${release_version}.html).
diff --git a/testing/xml-truth/src/site/markdown/index.md.vm 
b/testing/xml-truth/src/site/markdown/index.md.vm
index ddada9c0b..796714369 100644
--- a/testing/xml-truth/src/site/markdown/index.md.vm
+++ b/testing/xml-truth/src/site/markdown/index.md.vm
@@ -18,7 +18,7 @@
 ##
 
 Introduction
-------------
+============
 
 This `xml-truth` module provides a [Google 
Truth](https://github.com/google/truth) extension to
 compare XML data. It can be used as an alternative to 
[XMLUnit](http://www.xmlunit.org/). The basic

Reply via email to