From fa363dbba79f50001a22d1c90b8fb2009101d48c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 31 Aug 2022 16:57:14 +0200 Subject: Update example --- examples/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/lib.rs b/examples/lib.rs index 167f169..ebe26fc 100644 --- a/examples/lib.rs +++ b/examples/lib.rs @@ -26,8 +26,7 @@ fn main() { println!( "{}", micromark_with_options( - // To do: use readme example when all of GFM work. - "Just a link! https://example.com.", + "* [x] contact@example.com ~~strikethrough~~", &Options { constructs: Constructs::gfm(), ..Options::default() -- cgit