UNPKG
devextreme-showdown
Version:
latest (1.0.1)
1.0.1
1.0.0
A Markdown to HTML converter written in Javascript
showdownjs.com
DevExpress/showdown
devextreme-showdown
/
test
/
cases
/
inline-anchors.html
3 lines
(2 loc)
•
164 B
HTML
View Raw
1
2
3
<
p
>
This is
<
a
href
=
"http://example.com/"
title
=
"Title"
>
an example
</
a
>
inline link.
</
p
>
<
p
>
<
a
href
=
"http://example.net/"
>
This link
</
a
>
has no title attribute.
</
p
>