Skip to content

Commit

Permalink
use consistent label on code fence
Browse files Browse the repository at this point in the history
Code fences of Fortran now carry a uniform label.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
  • Loading branch information
nbehrnd committed Mar 27, 2023
1 parent 15b9534 commit 6db5d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Compare `examples/*before.f90` (original Fortran files) with
`examples/*after.f90` (reformatted Fortran files) to see what fprettify does. A
quick demonstration:

```Fortran
```fortran
program demo
integer :: endif,if,elseif
integer,DIMENSION(2) :: function
Expand All @@ -61,7 +61,7 @@ end program

⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩ `fprettify` ⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩

```Fortran
```fortran
program demo
integer :: endif, if, elseif
integer, DIMENSION(2) :: function
Expand Down

0 comments on commit 6db5d1c

Please sign in to comment.