diff --git a/manifest.json b/manifest.json index 9d4842f..6c30abc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-math-plus", "name": "Obsidian Math+", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "0.12.0", "description": "This is an Obsidian plugin for taking math notes using Excalidraw.", "author": "Oscar Capraro", diff --git a/package-lock.json b/package-lock.json index 8053195..3334fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-plus", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-math-plus", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "@excalidraw/excalidraw": "^0.15.3", diff --git a/package.json b/package.json index e647698..e0ca9de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-plus", - "version": "0.6.0", + "version": "0.6.1", "description": "This is a math plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/parser.ts b/parser.ts index 0afbfa8..3d6c977 100644 --- a/parser.ts +++ b/parser.ts @@ -94,11 +94,15 @@ const handleSuperSubScripts = (str: string): string => { let match = (singleMatch&&groupMatch)?((singleMatch.index