strapdown
strapdown copied to clipboard
Not support Markdown Link wrapper
when I put code
<http://www.google.com.hk>
It doesn't show a link.
When I put in a markdown link, e.g. [content](url) it doesn't provide a link with the content word in rendered html. It renders the exact verbiage in a code block. Does Strapdown support markdown links?
Links do work, issue I had was my html was indented, un-indented the <xmp> section and the markdown rendered properly.