How to add link for bullets in Readme md file

1.9k views Asked by At

How to add a link for bullets in Readme md file. I do not want to paste the link rather use something like this:

  • [Atomic:](https://github.com/MazinIsmail/JavaLearnings/tree/master/src/main/concurrency/com/atomic/learnings)
  • But however, the above syntax don't work for 'li' tag.

    1

    There are 1 answers

    2
    ravikt On BEST ANSWER

    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.