Skip to content

Commit 8afbc4a

Browse files
committed
Make FORD project file legible on github
1 parent f4a37da commit 8afbc4a

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

json-fortran.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
project: JSON-Fortran
23
favicon: ./media/json-fortran-32x32.png
34
project_dir: ./src
@@ -21,27 +22,33 @@ display: public
2122
private
2223
source: true
2324
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
24-
md_extensions: markdown.extensions.toc
25+
md_extensions: markdown.extensions.toc(anchorlink=True)
2526
markdown.extensions.smarty(smart_quotes=False)
27+
---
28+
29+
--------------------
2630

2731
[TOC]
2832

29-
# Brief description
33+
Brief description
34+
-----------------
3035

3136
A user-friendly and object-oriented API for reading and writing JSON files, written in
3237
modern Fortran (Fortran 2003+). The source code is a single Fortran
3338
module file
3439
([json_module.F90](|url|/sourcefile/json_module.f90.html)).
3540

36-
# License
41+
License
42+
-------
3743

3844
The JSON-Fortran source code and related files and documentation are
3945
distributed under a permissive free software license (BSD-style). See
4046
the
4147
[LICENSE](|url|/page/development-resources/LICENSE.html)
4248
file for more details.
4349

44-
# Official Releases
50+
Official Releases
51+
-----------------
4552

4653
The **current stable release** is **{!__VERSION__!}** and can be [downloaded
4754
on GitHub](https://github.com/jacobwilliams/json-fortran/releases/latest)
@@ -55,7 +62,8 @@ A list of all past releases, links to their documentation, and the
5562
chage log can be found on the
5663
[releases page](|url|/page/releases/index.html).
5764

58-
# Miscellaneous
65+
Miscellaneous
66+
-------------
5967

6068
* For more information about JSON, see: <http://www.json.org/>
6169

0 commit comments

Comments
 (0)