mintyml
TypeScript icon, indicating that this package has built-in type declarations

0.1.18 • Public • Published

MinTyML is an alternative HTML syntax intended for writing documents.

Usage

import { MintymlConverter } from 'mintyml'

const converter = new MintymlConverter({
    xml: false, // default: false
    indent: 2, // default: null
    completePage: false, // default: false
})

converter.convert(`\
article {
    h1> Title

    Hello, world!
}
`)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.181latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.181
0.1.170
0.1.160
0.1.150
0.1.140
0.1.120
0.1.110
0.1.100
0.1.90
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i mintyml

Weekly Downloads

1

Version

0.1.18

License

MIT

Unpacked Size

1.42 MB

Total Files

15

Last publish

Collaborators

  • youngspe