diff options
author | Kare Morstol <kare@nottoobadsoftware.com> | 2017-11-16 21:49:55 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-16 12:49:55 -0800 |
commit | 7e0b265dee46a22a2b788e7ad50c01ee5e37386a (patch) | |
tree | 004188241da743184c986d06ce549909bd5cef10 | |
parent | e5921240cf2428c1ae3396c3c56de7778cfee634 (diff) |
Remove one word from readme. (#508)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ the canonical syntax description: shouldn't make a difference. (See the section on HTML Blocks for details.) The spec's proposal makes it easy to include Markdown inside HTML block-level tags, if you want to, but also allows you to - exclude this. It is also makes parsing much easier, avoiding + exclude this. It also makes parsing much easier, avoiding expensive backtracking. - It does not collapse adjacent bird-track blocks into a single |