paradox icon indicating copy to clipboard operation
paradox copied to clipboard

The same file linked to in two @@@toc @@@index files only keeps the one in root dir

Open helena opened this issue 6 years ago • 2 comments

File 1: /paradox/index-a.md

@@toc { depth=2 }
@@@ index

* [a-topic](common/a-topic.md)

File 2: /paradox/typed/index-a.md

@@toc { depth=2 }
@@@ index

* [a-topic](../common/a-topic.md)
  • If you only have the entry in file 2, it is in the index.
  • If you have the entry in both the root and the subdir indexes, the subdir index entry gets silently removed.
  • It is removed from the subdir index even if you name the labels differently

helena avatar Sep 13 '19 20:09 helena

Let's raise an error if we can't have 🍰 and the entry in > 1 index too.

helena avatar Sep 13 '19 20:09 helena

Ooh, cool find. The labels are not used for anything AFAIK.

ennru avatar Sep 13 '19 21:09 ennru