According to the docs, convertAsciiMathToLatex("1/2") should return"\frac{1}{2}". Currently, it only converts it to a frac if the numerator is in brackets, eg inputting"(1)/2"`.
Steps to Reproduce
(Required) Provide steps that are specific and repeatable
import { convertAsciiMathToLatex } from 'mathlive';
console.log(convertAsciiMathToLatex('1/2'));
Description
Steps to Reproduce
Actual Behavior
Expected Behavior
Environment
MathLive version 0.101.0
Operating System macOS
Browser Edge