mathlifier
Advanced tools
Comparing version
@@ -7,2 +7,26 @@ import { HTMLRenderer } from '@djot/djot'; | ||
export declare function align(x: string, options?: Options): string; | ||
export declare function alignat(x: string, pairs: number, options?: Options): string; | ||
export declare function alignatStar(x: string, pairs: number, options?: Options): string; | ||
export declare function alignStar(x: string, options?: Options): string; | ||
export declare function display(x: string, options?: Options): string; | ||
export declare const eqn: typeof equation; | ||
export declare const eqnStar: typeof equationStar; | ||
export declare function equation(x: string, options?: Options): string; | ||
export declare function equationStar(x: string, options?: Options): string; | ||
export declare function gather(x: string, options?: Options): string; | ||
export declare function gatherStar(x: string, options?: Options): string; | ||
export declare function math(x: string, options?: Options): string; | ||
/** | ||
@@ -9,0 +33,0 @@ * generates html markup, with the main text interpreted as djot markup, |
{ | ||
"name": "mathlifier", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/mathlifier.umd.cjs", | ||
"module": "./dist/mathlifier.js", | ||
"types": "./dist/mathlifier.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
@@ -12,0 +12,0 @@ ".": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
698783
0.37%14237
0.43%0
-100%