From 24c8ee0b2d17fb11d888ee2667c24eca93c1f7e0 Mon Sep 17 00:00:00 2001 From: gprat <guylaine.prat@c-s.fr> Date: Wed, 15 Jul 2020 17:06:50 +0200 Subject: [PATCH] Use HTML tags for level 2 titles The double hash is used by Velocity as a comment marker. --- src/site/markdown/downloads.md.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/markdown/downloads.md.vm b/src/site/markdown/downloads.md.vm index a72f6477..fb471a38 100644 --- a/src/site/markdown/downloads.md.vm +++ b/src/site/markdown/downloads.md.vm @@ -16,7 +16,7 @@ # Downloads -## Development Library version +<h2>Development Library version</h2> The development version of the Rugged library is always available to download from our version control system. We use [Git](http://git-scm.com/ "Git homepage") @@ -31,7 +31,7 @@ development environment: git clone -b develop https://gitlab.orekit.org/orekit/rugged.git -## Released Library versions +<h2>Released Library versions</h2> Rugged is provided both in several packaging systems. You can pick up the one that better suits your needs. Source packages are the most complete @@ -56,7 +56,7 @@ version ${version.key} downloads (release date: ${version.value}) #end -## Data +<h2>Data</h2> For convenience, a zip archive containing some configuration data is available for download. Similar files can be custom made by users with updated data. -- GitLab