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.s5 | |
parent | 4c1f840c392010309cdb4cc1b8db4f4b24ff6424 (diff) | |
download | pandoc-9601cc502644458c7ddf71394f8e4be74c464420.tar.gz |
Added css to preserve space in <code> tags.
Thanks to Dirk Laurie.
Diffstat (limited to 'default.s5')
-rw-r--r-- | default.s5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.s5 b/default.s5 index 3f2977846..532c164cf 100644 --- a/default.s5 +++ b/default.s5 @@ -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> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> <meta name="controlVis" content="hidden" /> |