diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 23:01:54 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 23:02:22 -0800 |
commit | 0f9e2c2320f5df2287b5cd37a4a8fab148af47a9 (patch) | |
tree | 33f593658eb6999b82ef0942a94435135393b095 /tests/s5.inserts.html | |
parent | f4111ac827454c7fe24e0dd29e503beef5638148 (diff) | |
download | pandoc-0f9e2c2320f5df2287b5cd37a4a8fab148af47a9.tar.gz |
Added css to preserve spaces in <code> tags.
Thanks to Dirk Laurie.
Diffstat (limited to 'tests/s5.inserts.html')
-rw-r--r-- | tests/s5.inserts.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index 524c5b0ce..455225f9b 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -8,6 +8,7 @@ <meta name="author" content="Jen Jones" /> <meta name="date" content="2006-07-15" /> <title>My S5 Document</title> + <style type="text/css">code{white-space: pre;}</style> <link rel="stylesheet" href="main.css" type="text/css" /> STUFF INSERTED </head> |