Skip to content

Commit

Permalink
Fixed Broken Mathjax Link (#364)
Browse files Browse the repository at this point in the history
Fix #360
  • Loading branch information
twd2 authored and breezewish committed Oct 3, 2017
1 parent 8691547 commit 8cf1b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vj4/ui/templates/components/md_hint.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h2>{{ _('Learn More') }}</h2>
<ul>
<li><a href="http://commonmark.org/help/" target="_blank"><span class="icon icon-link--external"></span> {{ _('CommonMark Syntax') }}</a></li>
<li><a href="http://mlworks.cn/posts/introduction-to-mathjax-and-latex-expression/" target="_blank"><span class="icon icon-link--external"></span> {{ _('LaTeX Expressions') }}</a></li>
<li><a href="http://www.onemathematicalcat.org/MathJaxDocumentation/TeXSyntax.htm" target="_blank"><span class="icon icon-link--external"></span> {{ _('LaTeX Expressions') }}</a></li>
</ul>
</div>
</div>

0 comments on commit 8cf1b32

Please sign in to comment.