UI tweaks

pull/645/head
Tienson Qin 2020-04-30 21:43:05 +08:00
parent 9c360692f9
commit 33257c1841
1 changed files with 2 additions and 2 deletions

View File

@ -536,14 +536,14 @@
[:div.mathblock
(str "$$" s "$$")]
["Example" l]
[:pre
[:pre.pre-wrap-white-space
(join-lines l)]
["Src" options]
(let [{:keys [language options lines]} options
attr (if language
{:data-lang language
:class lines})]
[:pre
[:pre.pre-wrap-white-space
[:code attr
(join-lines lines)]])
["Quote" l]