Adds latex highlighting support via https://www.npmjs.com/package/katex
as requested in
https://mattermost.uservoice.com/forums/306457-general/suggestions/10160757-add-latex-support
Этот коммит содержится в:
Florian Orben
2015-11-07 02:22:39 +01:00
родитель 31387be90b
Коммит 14cff7588f
86 изменённых файлов: 24 добавлений и 2 удалений

Просмотреть файл

@@ -496,6 +496,9 @@ body.ios {
border-bottom-left-radius: 4px;
@include opacity(.3);
}
&.tex .katex-display {
text-align: left;
}
code {
white-space: pre;
}