1.3.1 • Published 7 years ago

markletjs v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Marklet

Build Status dependency npm npm bundle size (minified)

A markup language designed for API manual pages.

Usage: CLI

Usage: marklet [options] [command]

A command line interface for marklet.

Options:
  -v, --version                       output the version number
  -h, --help                          output usage information

Commands:
  parse [options] [filepath]          Parse a marklet file into marklet AST.
  edit [options] [filepath|dirpath]   Edit a marklet file or project.
  watch [options] [filepath|dirpath]  Watch a marklet file or project.

See details here.

Usage: Node

npm i markletjs
const Marklet = require('marklet')
Marklet.watch({ source: 'path/to/file' })

Usage: Web

<script src="marklet.dist.js"></script>
<div id="#editor"></div>
<script>
  window.marklet.start({ el: '#editor' })
</script>
1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.21

7 years ago

1.1.20

7 years ago

1.1.19

7 years ago

1.1.18

7 years ago

1.1.17

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago