An open API service indexing awesome lists of open source software.

https://github.com/gitbookio/markdown-tools

A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)
https://github.com/gitbookio/markdown-tools

Last synced: 3 months ago
JSON representation

A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)

Awesome Lists containing this project

README

          

# markdown-tools
A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)

## Install

```
npm install -g markdown-tools
```

### Commands

```
❯ markdown-tools --help

Usage: markdown-tools [options] [command]

Commands:

fmt Like "go fmt" but for markdown. Removes inconsistencies in your markdown code
lex Outputs the lex tree as JSON
render Render's your markdown to html

Options:

-h, --help output usage information
-V, --version output the version number

```