We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6206a commit 0c5a5c2Copy full SHA for 0c5a5c2
CHANGES.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.9.0 (UNRELEASED)
5
+------------------
6
+
7
+### Fixed
8
9
+- Fix rendering of nested LaTeX environments.
10
11
12
0.8.0 (2020-09-20)
13
------------------
14
package.json
@@ -1,6 +1,6 @@
{
"name": "texme",
- "version": "0.8.0",
+ "version": "0.9.0-dev",
"description": "Self-rendering Markdown + LaTeX documents",
"main": "texme.js",
"files": [
0 commit comments