Commit 2fcfe9c
committed
Page anchor of directory description
When having a simple file `README.md` and a directory `cmd/boulder-observer`:
```
# boulder-observer
A modular configuration driven approach to black box monitoring with
Prometheus.
* [boulder-observer](#boulder-observer)
```
and the settings:
```
QUIET = YES
RECURSIVE = YES
MARKDOWN_ID_STYLE = GITHUB
```
We get the warning like:
```
cmd/boulder-observer/README.md:6: warning: unable to resolve reference to 'boulder-observer' for \ref command
```
Due to the type of file and the settings the file was seen as a directory description (`@dir`) but in the mean time the "anchor" of the original page was forgotten.1 parent bd31ab7 commit 2fcfe9c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3681 | 3681 | | |
3682 | 3682 | | |
3683 | 3683 | | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
3684 | 3688 | | |
3685 | 3689 | | |
3686 | 3690 | | |
| |||
0 commit comments