markdown-test avatar
markdown-test
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
markdown-test

markdown-test

jupri/markdown-test

description

description

Test #1

![description](kitten.png)

description

Test #2

![description](kitten.png "title")

description

Test #3

![description](kitten.png =32x32)

![description](https://cdn-icons-png.flaticon.com/256/8408/8408859.png =32x32)

Test #4

![description](kitten.png){: width=32 height=32 style="float:right; padding:16px"}

description{: width=32 height=32 style="float:right; padding:16px"}

Test #5

![description](kitten.png){ width=50% }

description{ width=50% }

Test #6

1<div style="width:32px; height:32px">
2![description](kitten.jpg)
3</div>

Test #7

1<div style="width:32px; height:32px">
2<img src="kitten.png" />
3</div>

Test #8

<img src="kitten.png" alt="description" title="title" width="32" height="32" />
description

Test #8

<img src="kitten.png" alt="description" title="title" style="width:32px;height:32px" />
1{
2    "name": "cat",
3    "age": 100,
4    "silly": true,
5    "family": null
6}
description

description

Developer
Maintained by Community