Skip to content

Commit b2e71e9

Browse files
committed
fix(language_elements.md): fix mdl issue of labels
Now the anchor is set past the section header it belongs to. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 587bd2e commit b2e71e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/learn/f95_features/language_elements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,11 @@ attribute and the constant values to a type statement:
478478
real, dimension(3), parameter :: field = (/0., 1., 2./)
479479
type(triplet), parameter :: t = triplet((/0., 0., 0./))
480480
```
481-
(data_statement)=
481+
482482
### `data` statement
483483

484+
(data_statement)=
485+
484486
The `data` statement can be used for scalars and also for arrays and
485487
variables of derived type. It is also the only way to initialise just
486488
parts of such objects, as well as to initialise to binary, octal or

0 commit comments

Comments
 (0)