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/writer.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/writer.html')
-rw-r--r-- | tests/writer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/writer.html b/tests/writer.html index 67bb57ead..045e0dbff 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -8,6 +8,7 @@ <meta name="author" content="Anonymous" /> <meta name="date" content="2006-07-17" /> <title>Pandoc Test Suite</title> + <style type="text/css">code{white-space: pre;}</style> </head> <body> <div id="header"> |