diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-04 22:04:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-04 22:04:26 -0700 |
commit | 1162c38f2f1629b16bb4c54d9fc4719cb4af0b1b (patch) | |
tree | 218f2673c28b467667f199c7a6a30af161576056 | |
parent | bcf7f728e4f4240ec23dd38b1159a33a9584ce79 (diff) |
Adjust another test case for change to spaces in code span.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1872,7 +1872,7 @@ Code fences (opening and closing) cannot contain internal spaces: ``` ``` aaa . -<p><code></code> +<p><code> </code> aaa</p> ```````````````````````````````` |