How to add a link for bullets in Readme md file. I do not want to paste the link rather use something like this:
But however, the above syntax don't work for 'li' tag.
You can do it the following way
* [Atomic:](https://github.com/MazinIsmail/JavaLearnings/tree/master/src/main/concurrency/com/atomic/learnings)
To add subpoints, add two spaces before the asterisk symbol.
You can do it the following way
* [Atomic:](https://github.com/MazinIsmail/JavaLearnings/tree/master/src/main/concurrency/com/atomic/learnings)
To add subpoints, add two spaces before the asterisk symbol.