1.5.1 • Published 3 years ago

easy-crooked v1.5.1

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

easy-crooked (under development) | demo

easy-crooked is a JavaScript library for converting HTML into Markdown.

npm minizipped size Tests codecov GitHub license


Installation

Install using the package manager for your desired environment(s):

npm install easy-crooked
# OR:
yarn add easy-crooked

Usage

import parseHtmlToMarkdown from "easy-crooked";

const htmlString = `<h1>Hello Easy Crooked!</h1>`;
const markdown = parseHtmlToMarkdown(htmlString);

console.log(markdown); // # Hello Easy Crooked!

TODO

Basic Syntax

  • Blockquotes (beautify nested)

Extended Syntax

  • Tables
  • Nested elements
1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago