diff options
author | Vyacheslav Matyukhin <me@berekuk.ru> | 2018-06-23 20:25:06 +0300 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-06-23 13:25:06 -0400 |
commit | d54e09419990b9d96196eaca60f8b31aebeb0a45 (patch) | |
tree | 2de6b6344810e624b2aab9f6b3e1631d7c19da25 /docs | |
parent | 2d2183d1beaf0fb2a86461bceb6599f1bcb02605 (diff) | |
download | markdown-d54e09419990b9d96196eaca60f8b31aebeb0a45.tar.gz markdown-d54e09419990b9d96196eaca60f8b31aebeb0a45.tar.bz2 markdown-d54e09419990b9d96196eaca60f8b31aebeb0a45.zip |
typo fix in nl2br.md (#673)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/nl2br.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/nl2br.md b/docs/extensions/nl2br.md index 8c53d33..d561510 100644 --- a/docs/extensions/nl2br.md +++ b/docs/extensions/nl2br.md @@ -6,7 +6,7 @@ New-Line-to-Break Extension Summary ------- -The New-Line-to-Break (`nl2b`) Extension will cause newlines to be treated as +The New-Line-to-Break (`nl2br`) Extension will cause newlines to be treated as hard breaks; like StackOverflow and [GitHub][] flavored Markdown do. [Github]: http://github.github.com/github-flavored-markdown/ |