diff options
-rw-r--r-- | tests/misc/bold_links.html | 2 | ||||
-rw-r--r-- | tests/misc/bold_links.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/bold_links.html b/tests/misc/bold_links.html new file mode 100644 index 0000000..7a1fadb --- /dev/null +++ b/tests/misc/bold_links.html @@ -0,0 +1,2 @@ +<p><strong>bold <a href="http://example.com">link</a></strong> +</p> diff --git a/tests/misc/bold_links.txt b/tests/misc/bold_links.txt new file mode 100644 index 0000000..a07f441 --- /dev/null +++ b/tests/misc/bold_links.txt @@ -0,0 +1 @@ +**bold [link](http://example.com)** |