billryan / billryan/gitbook-plugin-tags
Tags.md not always processed last
Open
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I found that linking to tags.md will make it not be processed last. This made tags.html content incomplete after a gitbook build.
```
# Table of Contents
* [item1](/tags.md#item1)
* [item2](/item2.md)
* [tags](tags.md)
```
In the above example, any tags in item2 will not show after a gitbook build.
There is a workaround, but I thought I'd post it here, since it took me a while to track down.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.