diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-04-24 10:16:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 10:16:53 +0200 |
commit | f1d14f2d154945bf0d50d92d6e9cbbae35c988b7 (patch) | |
tree | 3d1b4b613b34606e212599eec25b94acb306ac03 | |
parent | 9dd1c4645cfa61dd3c77dbe67b16adf8c3306309 (diff) | |
parent | a5f8a57b8eb2c750c3285019c1e7ffd608270174 (diff) |
Merge pull request #462 from mgeier/code-span
Clarify that some blocks can contain "code spans"
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ We can think of a document as a sequence of quotations, lists, headings, rules, and code blocks. Some blocks (like block quotes and list items) contain other blocks; others (like headings and paragraphs) contain [inline](@) content---text, -links, emphasized text, images, code, and so on. +links, emphasized text, images, code spans, and so on. ## Precedence |