Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to add links for ordered list in Readme md file

How to add a link for ordered list ‘ol’ items in Readme md file. I do not want to paste the link rather use something like this:

  1. [GSMA](https://www.gsma.com/esim/esim-specification)
  2. [TCA (SAIP)](https://trustedconnectivityalliance.org/technology-library-sim-specifications)

It seems that above syntax don’t work for ‘li’ tag (ol/ul items).

There is answer for unordered list ‘ul’ items. But wanted to check how to achieve the similar for ordered list items.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

I also face the same problem and found help here.

Summary:

Instead of ‘ol’ (& ‘li’) tags, try something like below:

<BR>i am talking about below things:
1. [GSMA](https://www.gsma.com/esim/esim-specification)
2. [TCA (SAIP)](https://trustedconnectivityalliance.org/technology-library-sim-specifications)
<BR>bla bla bla

Later <BR> tag will ensure that your ordered list is closed & will work as a workaround for <\ol>

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading