0.0.16 • Published 1 year ago

jsptm v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

JSPTM

JSPTM is a JS/TS implement for PuellocMark.

This package is unstable now. Please always use the latest version first.

Usage

npm i jsptm
import { PuellocMark } from "jsptm"
const html = PuellocMark(src, "html", macro, forcedMacroCalls)

// or

import { Ptm } from "jsptm"
const html = Ptm.parse(src)
                .applyMacro(marcos, forcedMacroCalls)
                .render("html")
0.0.16

1 year ago

0.0.15

2 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago