If you place a second markdown inside another, e.g. bold inside a link, the library will break the outer markdown.
E.g.: Go to mysite makes only "Go to" as a link and then the link breaks and "mysite" becomes bold. On e.g. the markdown library used by github here it will write the entire string "Go to mysite" as a link and "mysite" as bold but still part of the link. The screenshot below will show how the bypass library handles it:
Also links inside bolds like this one:
Go to mysite breaks the link.
If you place a second markdown inside another, e.g. bold inside a link, the library will break the outer markdown.
E.g.: Go to mysite makes only "Go to" as a link and then the link breaks and "mysite" becomes bold. On e.g. the markdown library used by github here it will write the entire string "Go to mysite" as a link and "mysite" as bold but still part of the link. The screenshot below will show how the bypass library handles it:
Also links inside bolds like this one: Go to mysite breaks the link.