aboutsummaryrefslogtreecommitdiffstats
path: root/ox-tufte.el
diff options
context:
space:
mode:
Diffstat (limited to 'ox-tufte.el')
-rw-r--r--ox-tufte.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-tufte.el b/ox-tufte.el
index 5aca601..bcd197a 100644
--- a/ox-tufte.el
+++ b/ox-tufte.el
@@ -148,7 +148,7 @@ link. INFO is a plist holding contextual information."
(defun org-tufte-src-block (src-block contents info)
"Transcode SRC-BLOCK element into Tufte HTML format. CONTENTS
is nil. INFO is a plist used as a communication channel."
- (format "<pre class=\"code\">%s</pre>"
+ (format "<pre class=\"code\"><code>%s</code></pre>"
(org-html-format-code src-block info)))