Function parseFirstEquationInMarkdown
-
parseFirstEquationInMarkdown( markdown: string, tag: string, enableTypstMode?: boolean,): EquationMatch | undefined
Parameters
- markdown: string
- tag: string
- enableTypstMode: boolean = false
The first EquationMatch with the matching tag, or undefined if not found
Parse the first equation with the given tag in the markdown content (always parse quotes)