From 351c69644bdbdf52c95e322904273657892920b5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 22 Aug 2022 11:50:42 +0200 Subject: Add support for GFM strikethrough --- examples/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/lib.rs b/examples/lib.rs index 94e04f5..167f169 100644 --- a/examples/lib.rs +++ b/examples/lib.rs @@ -26,6 +26,7 @@ fn main() { println!( "{}", micromark_with_options( + // To do: use readme example when all of GFM work. "Just a link! https://example.com.", &Options { constructs: Constructs::gfm(), -- cgit