Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to link to a Markdown section in Eclipse

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?

like image 248
Adrian Ber Avatar asked Nov 27 '25 10:11

Adrian Ber


1 Answers

In Markdown Mylyn Wikitext, the automatic anchor generation, replaces all spaces with hyphens and makes everything lowercase.

Check the [set up guide](#developers-guide)

will work just fine.

like image 178
Adrian Ber Avatar answered Nov 30 '25 00:11

Adrian Ber



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!