Skip to content

Commit 6db5d1c

Browse files
committed
use consistent label on code fence
Code fences of Fortran now carry a uniform label. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 15b9534 commit 6db5d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Compare `examples/*before.f90` (original Fortran files) with
4343
`examples/*after.f90` (reformatted Fortran files) to see what fprettify does. A
4444
quick demonstration:
4545

46-
```Fortran
46+
```fortran
4747
program demo
4848
integer :: endif,if,elseif
4949
integer,DIMENSION(2) :: function
@@ -61,7 +61,7 @@ end program
6161

6262
⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩ `fprettify` ⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩
6363

64-
```Fortran
64+
```fortran
6565
program demo
6666
integer :: endif, if, elseif
6767
integer, DIMENSION(2) :: function

0 commit comments

Comments
 (0)