瀏覽代碼

Add support for LaTeX math rendering in abstracts

George Cushen 9 年之前
父節點
當前提交
9d440549e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/publication/single.html

+ 1 - 1
layouts/publication/single.html

@@ -16,7 +16,7 @@
         </div>
 
         <h3>Abstract</h3>
-        <p>{{ .Params.abstract | markdownify }}</p>
+        <p>{{ .Params.abstract }}</p>
 
         <div class="row">
             <div class="col-sm-1"></div>