From f54395f2603f5c43b813666bb3b0cc1944c3b408 Mon Sep 17 00:00:00 2001 From: Joshua Cline Date: Sat, 26 Jan 2019 19:38:51 -0800 Subject: [PATCH] Escaped the
in README.md (#645) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e7836..747ace0 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ var defaultOptions = showdown.getDefaultOptions(); by 4 spaces for them to be nested, effectively reverting to the old behavior where 2 or 3 spaces were enough. **(since v1.5.0)** - * **simpleLineBreaks**: (boolean) [default false] Parses line breaks as
like GitHub does, without + * **simpleLineBreaks**: (boolean) [default false] Parses line breaks as `
`, like GitHub does, without needing 2 spaces at the end of the line **(since v1.5.1)** ```md