Skip to content

Commit

Permalink
v0.3.0-beta-2
Browse files Browse the repository at this point in the history
- tex parser should recognize the colon mark `:` #1 #3
- fix a bug of infinite loop in tex parser
- tex parser: require necessary arguments for command
  • Loading branch information
qwinsi committed Jan 17, 2025
1 parent d15b270 commit 895f48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex2typst",
"version": "0.3.0-beta-1",
"version": "0.3.0-beta-2",
"description": "JavaScript library for converting TeX code to Typst",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 895f48d

Please sign in to comment.