0.0.16 • Published 26 days ago

jsptm v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days 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

26 days ago

0.0.15

1 year ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago