diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 23:01:14 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 23:01:14 -0800 |
commit | 9601cc502644458c7ddf71394f8e4be74c464420 (patch) | |
tree | 4f43a44a8123eda9f955fd5464147b83fc8a9c0f /default.html | |
parent | 4c1f840c392010309cdb4cc1b8db4f4b24ff6424 (diff) | |
download | pandoc-9601cc502644458c7ddf71394f8e4be74c464420.tar.gz |
Added css to preserve space in <code> tags.
Thanks to Dirk Laurie.
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.html b/default.html index 6b9945e6e..8e23d9bb1 100644 --- a/default.html +++ b/default.html @@ -11,6 +11,7 @@ $if(date-meta)$ <meta name="date" content="$date-meta$" /> $endif$ <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> + <style type="text/css">code{white-space: pre;}</style> $if(highlighting-css)$ <style type="text/css"> $highlighting-css$ |