diff options
-rw-r--r-- | examples/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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() |