From 699bb625ce741f13a0c38903f37182772e6c7ba5 Mon Sep 17 00:00:00 2001 From: trickypr Date: Tue, 8 May 2018 04:25:04 +1000 Subject: [PATCH] doc: fix README.md small typos Clean up two of the mistakes in the README.md file. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db9e2f6..76b0bcc 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,9 @@ var converter = new showdown.Converter(), Both examples should output... +```html

hello, markdown!

+``` ## Options @@ -248,7 +250,7 @@ var defaultOptions = showdown.getDefaultOptions(); some text www.google.com ``` will be parsed as - ```` + ```html

some text www.google.com ```