diff options
Diffstat (limited to 'examples/lib.rs')
-rw-r--r-- | examples/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lib.rs b/examples/lib.rs index 62d7ee4..94e04f5 100644 --- a/examples/lib.rs +++ b/examples/lib.rs @@ -7,7 +7,7 @@ fn main() { env_logger::init(); // Safely turn (untrusted?) markdown into HTML. - println!("{:?}", micromark("# Hello, world!")); + println!("{:?}", micromark("## Hello, *world*!")); // Turn trusted markdown into HTML. println!( |