1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-27 14:14:19 +03:00

Add MathJax to markdown preview

This commit is contained in:
Tae Won Ha 2019-08-16 13:35:20 +02:00
parent 37da6df834
commit b9fe3017c2
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="github-markdown.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
<script>
// Scrolling
const sourceposRegex = /(\d+):(\d+)-(\d+):(\d+)/;

View File

@ -1,3 +1,7 @@
# ???
* Add MathJax to Markdown preview
# 0.27.5
* Dependencies updates: