This is a huge help, Thank you so much. I was converting over a site and noticed that my bulleted list links did not show up, but the cursor changed when you hovered over linked them. Lucky for me there is only on one section on the site using this type list – I am using the RM Markdown component.
Here is an example of markdown which started with bulleted list that was not showing the underline links.
[some name](some url.com) then the rest of the text. ( this was not showing the link underline )
So I pulled the bulleted “*” then used the old tag at the end of each line within Markdown to make this work.
[some name](some url.com) then the rest of the text. This was my work around…