Escaped the <br> in README.md (#645)

This commit is contained in:
Joshua Cline 2019-01-26 19:38:51 -08:00 committed by Estevão Soares dos Santos
parent 4af13e5e76
commit 5bac7e0564

View File

@ -310,7 +310,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 <br>, without
* **simpleLineBreaks**: (boolean) [default false] Parses line breaks as `<br>`, without
needing 2 spaces at the end of the line **(since v1.5.1)**
```md