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!
}
`)

Readme

Keywords

none

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