docs: use h4 instead of free-standing paragraphs and br-tags

This makes this document a bit more structured, which is generally
considered a good thing for HTML. It will also translate a bit better
into other markup-formats.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-05-28 14:03:08 +02:00
parent 38652a29ae
commit 9e5bc2c868
1 changed files with 3 additions and 5 deletions

View File

@ -35,9 +35,7 @@
<h3>1.1 General</h3> <h3>1.1 General</h3>
<p> <h4>Build system</h4>
Build system.
</p>
<ul> <ul>
<li><a href="https://mesonbuild.com">meson</a> is required when building on *nix platforms. <li><a href="https://mesonbuild.com">meson</a> is required when building on *nix platforms.
@ -51,6 +49,7 @@ is used when when building ARC.
</ul> </ul>
<h4>Compiler</h4>
<p> <p>
The following compilers are known to work, if you know of others or you're The following compilers are known to work, if you know of others or you're
willing to maintain support for other compiler get in touch. willing to maintain support for other compiler get in touch.
@ -63,9 +62,8 @@ willing to maintain support for other compiler get in touch.
</ul> </ul>
<h4>Third party/extra tools.</h4>
<p> <p>
Third party/extra tools.
<br>
<strong>Note</strong>: These should not be required, when building from a release tarball. If <strong>Note</strong>: These should not be required, when building from a release tarball. If
you think you've spotted a bug let developers know by filing a you think you've spotted a bug let developers know by filing a
<a href="bugs.html">bug report</a>. <a href="bugs.html">bug report</a>.