math-api icon indicating copy to clipboard operation
math-api copied to clipboard

Put LaTeX Math equation on everywhere as <img> tag.

Results 11 math-api issues
Sort by recently updated
recently updated
newest added

Is there any way to parse the html of the end url to a string? I'm trying to use the raw svg string in my library and find no api...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I'm currently trying to use this API to make an addon for Blender, however when I import the SVG into it the rendered LaTeX is very very tiny (I need...

Thanks for the perfect project, we tried to use it on our website, it works well outside of China, but using it in China is a huge challenge. Can I...

This PR * adds some more bagdes to `README.md`. * bumps GitHub workflow actions to latest versions.

In the project properties, currently there is no license set: ![grafik](https://github.com/uetchy/math-api/assets/18169566/0da54982-de50-487e-92c8-7bdf0b09a34f) Instead of `View license`, license type `Apache 2.0` should be added.

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

https://github.com/uetchy/math-api/blob/f2cb768241cf034b20aa6d1761d49d0d254f1645/index.html Add the following to styles, otherwise the selection and focus is hardly visible: ```css :root { --accent-triadic: #FF5E05; } .input-field::selection { background: var(--accent-triadic); } *:focus-visible { outline: .25em solid...