You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**mdmath** allows to use *Visual Studio Code* as a markdown editor capable of typesetting and rendering TeX math.
9
-
In fact it functions and renders identically to the built in markdown viewer. Additionally KaTeX works inside as the fast math renderer.
10
+
In fact it functions and renders identically to the built in markdown viewer. Additionally KaTeX works inside as a fast math renderer.
10
11
11
12
You can install the extension directly from [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=goessner.mdmath).
12
13
14
+
Release 1.0 published with support of ...
15
+
16
+
* Formula numbers.
17
+
* Footnotes
18
+
13
19

14
20
15
21
## Features
@@ -25,6 +31,10 @@ document format.
25
31
* Syntax highlighting with code sections
26
32
* Export resulting HTML code for web usage
27
33
34
+
## Test Table
35
+
36
+
Some math expressions are collected in a [test table](http://goessner.github.io/mdmath/test/).
37
+
28
38
## Installation ...
29
39
30
40
### ... from inside of VSCode
@@ -61,6 +71,8 @@ npm install
61
71
62
72
>*Note*: Attempt to show HTML output with *Preview Window* as *Active Window* results in a warning `Cannot show source of that document!`. Make your markdown source window *active* first.
63
73
74
+
You can see HTML export of `triangle.md` live in [your browser](http://goessner.github.io/mdmath/triangle.html).
75
+
64
76
65
77
## Dependencies
66
78
@@ -86,8 +98,9 @@ See [contributing.md](contributing.md)
86
98
* Very simple (manual) equation numbering implemented.
87
99
* KaTeX error highlighting activated.
88
100
* Footnotes by `markdown-it-footnote` added.
89
-
* Standalone tests for math rendering added.
101
+
* Standalone [tests](http://goessner.github.io/mdmath/test/) for math rendering added.
90
102
* Markdown+Math CSS file added to [CDN](https://gitcdn.xyz/repo/goessner/mdmath/master/css/mdmath.css)
0 commit comments