Skip to content

Commit d7b2f55

Browse files
committed
release 1.0
1 parent ef7773f commit d7b2f55

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
[![npm](https://img.shields.io/npm/v/mdmath.svg)](https://www.npmjs.com/package/mdmath)
55
[![npm](https://img.shields.io/npm/dt/mdmath.svg)](https://www.npmjs.com/package/mdmath)
66

7+
## What is it ...
78

89
**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.
1011

1112
You can install the extension directly from [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=goessner.mdmath).
1213

14+
Release 1.0 published with support of ...
15+
16+
* Formula numbers.
17+
* Footnotes
18+
1319
![mdmath editing](img/edit.gif)
1420

1521
## Features
@@ -25,6 +31,10 @@ document format.
2531
* Syntax highlighting with code sections
2632
* Export resulting HTML code for web usage
2733

34+
## Test Table
35+
36+
Some math expressions are collected in a [test table](http://goessner.github.io/mdmath/test/).
37+
2838
## Installation ...
2939

3040
### ... from inside of VSCode
@@ -61,6 +71,8 @@ npm install
6171

6272
>*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.
6373
74+
You can see HTML export of `triangle.md` live in [your browser](http://goessner.github.io/mdmath/triangle.html).
75+
6476

6577
## Dependencies
6678

@@ -86,8 +98,9 @@ See [contributing.md](contributing.md)
8698
* Very simple (manual) equation numbering implemented.
8799
* KaTeX error highlighting activated.
88100
* 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.
90102
* Markdown+Math CSS file added to [CDN](https://gitcdn.xyz/repo/goessner/mdmath/master/css/mdmath.css)
103+
* Some minor bugs removed.
91104

92105
* December 2, 2016
93106
* Release 0.9.0

img/htmlExport.png

25.9 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Markdown+Math",
44
"description": "LaTeX Math for Markdown",
55
"icon": "img/icon.png",
6-
"version": "0.9.8",
6+
"version": "1.0.0",
77
"author": "Stefan Goessner",
88
"publisher": "goessner",
99
"galleryBanner": {

0 commit comments

Comments
 (0)