1.0.0 • Published 2 years ago

goeter-check v1.0.0

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

Goeter-Check

Goeter-Check is a simple tool to check Markdown parsing using the goeter package.

Installation

To install Goeter-Check, you can use npm:

npm install goeter-check

Usage

const goeterCheck = require('goeter-check');

const markdown = `
# Heading 1
## Heading 2
### Heading 3

* List item 1
* List item 2

Paragraph text.
`;

goeterCheck(markdown);

This will parse the Markdown input using the goeter package and log the corresponding HTML to the console.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

2 years ago