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:
parent
37da6df834
commit
b9fe3017c2
@ -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+)/;
|
||||
|
@ -1,3 +1,7 @@
|
||||
# ???
|
||||
|
||||
* Add MathJax to Markdown preview
|
||||
|
||||
# 0.27.5
|
||||
|
||||
* Dependencies updates:
|
||||
|
Loading…
Reference in New Issue
Block a user