diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-26 14:44:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-26 14:44:31 -0700 |
commit | 2a4dbc3dce037d16a65d569ada6be2fb05240e4e (patch) | |
tree | 2ff731f7b2ceebeb0f6eabf2bad3ac4e0f454d50 /README | |
parent | defcb5b6b1114a7618913ebdf49856cec23e3f96 (diff) | |
download | pandoc-2a4dbc3dce037d16a65d569ada6be2fb05240e4e.tar.gz |
README: Added space after backslash in image example.
See #2329.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2632,7 +2632,7 @@ If you just want a regular inline image, just make sure it is not the only thing in the paragraph. One way to do this is to insert a nonbreaking space after the image: - ![This image won't be a figure](/url/of/image.png)\ + ![This image won't be a figure](/url/of/image.png)\ Footnotes |