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:
- [GSMA](https://www.gsma.com/esim/esim-specification)
- [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.
>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>