Skip to content

Commit c527db5

Browse files
committed
Merge pull request #169 from zbeekman/md-cleanup
Make FORD project file legible on github
2 parents b9740f8 + 8afbc4a commit c527db5

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
@@ -20,27 +21,33 @@ display: public
2021
source: true
2122
graph: true
2223
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
23-
md_extensions: markdown.extensions.toc
24+
md_extensions: markdown.extensions.toc(anchorlink=True)
2425
markdown.extensions.smarty(smart_quotes=False)
26+
---
27+
28+
--------------------
2529

2630
[TOC]
2731

28-
# Brief description
32+
Brief description
33+
-----------------
2934

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

35-
# License
40+
License
41+
-------
3642

3743
The JSON-Fortran source code and related files and documentation are
3844
distributed under a permissive free software license (BSD-style). See
3945
the
4046
[LICENSE](http://jacobwilliams.github.io/json-fortran/page/development-resources/LICENSE.html)
4147
file for more details.
4248

43-
# Official Releases
49+
Official Releases
50+
-----------------
4451

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

57-
# Miscellaneous
64+
Miscellaneous
65+
-------------
5866

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

0 commit comments

Comments
 (0)