diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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(), |