@itslil/remark-math
v6.0.0
Published
remark-math reimplemented in LilScript
Maintainers
Readme
@itslil/remark-math
remark-math reimplemented in LilScript. This is not the official remark-math package.
Site: yeargun.github.io/remark-mathlil/
npm install @itslil/remark-mathTwo compiles ship from the same .lil source:
| Lane | Config | Meaning |
| --- | --- | --- |
| library (npm) | lilscript.toml · --target js-module | reusable ESM. Export names and extern class keys stay. |
| closed | lilscript.closed.toml · --target js-module | closed LilScript world. extern class keys may mangle. ESM export names stay so the lane is testable. |
You publish the library lane. The closed artifact is dist/remark-math.closed.js.
The LilScript compiler lives next door at ../lilscript.
