If you have the following fragment in README.md
## Developers guide
...
Check the [set up guide](#Developersguide)
you will get a warning Cannot resolve element with id 'Developersguide'
.
How to fix this?
If you have the following fragment in README.md
## Developers guide
...
Check the [set up guide](#Developersguide)
you will get a warning Cannot resolve element with id 'Developersguide'
.
How to fix this?
Copyright © 2021 Jogjafile Inc.
In Markdown Mylyn Wikitext, the automatic anchor generation, replaces all spaces with hyphens and makes everything lowercase.
will work just fine.