Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinRamael committed May 29, 2011
2 parents 04a3564 + ee854e9 commit 4797ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdlt/generator.clj
Expand Up @@ -37,5 +37,5 @@
:h3 #(gen-header %1 3 (:numbered %2))
:code (fn [s opts] (between-tags "lstlisting" (as-latex s opts)))
:quoted (fn [s opts] (between-tags "quote" (as-latex s opts)))
:text (fn [s opts] (str s "\\\\"))
:text (fn [s opts] (if (empty? s) s (str s "\\\\")))
:raw (fn [s opts] (str s))})

0 comments on commit 4797ec7

Please sign in to comment.