From 91b8bda46e0334a0bc01941904b495fa2dc46463 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 16 Jun 2019 21:36:11 +0100 Subject: [PATCH] Update test cache --- tests/commonmark/531-Links.html | 2 +- tests/commonmark/531-Links.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/commonmark/531-Links.html b/tests/commonmark/531-Links.html index a06bc88..9ee1d48 100644 --- a/tests/commonmark/531-Links.html +++ b/tests/commonmark/531-Links.html @@ -1 +1 @@ -

foo *bar

\ No newline at end of file +

foo *bar*

\ No newline at end of file diff --git a/tests/commonmark/531-Links.md b/tests/commonmark/531-Links.md index 332766d..5738182 100644 --- a/tests/commonmark/531-Links.md +++ b/tests/commonmark/531-Links.md @@ -1,3 +1,3 @@ -[foo *bar][ref] +[foo *bar][ref]* [ref]: /uri \ No newline at end of file