Commit b911716
committed
test chatgtp proposed link pattern
For links between sections of different MyST Markdown files,
chatgtp proposes a pattern like
```chapter02.md
some text
```
as an anchor and
```chapter03.md
As shown [earlier]{chapter02.md#special} ...
```
as use of this anchor. As a test, this pattern is used between
file `expressions_and_assignments.md` which to link to file
`program_units_and_procedures.md`, section modules. The local
build only links to the top of the corresponding index, maybe
a build which uses the setup of the fortran-lang.org website
however retains the wanted link to the very spot.
Signed-off-by: Norwid Behrnd <[email protected]>1 parent 2ba0aed commit b911716
File tree
2 files changed
+3
-3
lines changed- source/learn/f95_features
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments