aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-19 14:48:04 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-19 14:48:04 +0200
commit110935f485f16693f7ae8c97d40c3efaa5638383 (patch)
treeeb176af852d6b79c6484179b1db5ec3f671d795b /examples
parent8d317c208ea7ea57d4d8a3f91a22bdf53412789d (diff)
downloadmarkdown-rs-110935f485f16693f7ae8c97d40c3efaa5638383.tar.gz
markdown-rs-110935f485f16693f7ae8c97d40c3efaa5638383.tar.bz2
markdown-rs-110935f485f16693f7ae8c97d40c3efaa5638383.zip
Add some docs
Diffstat (limited to 'examples')
-rw-r--r--examples/lib.rs2
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!(