Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Nov 7, 2023
1 parent c8c5fc8 commit 0a7e6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ Perfect for those who need to handle basic Markdown syntax like **bold**, *itali

- 🪶 **Lightweight:** Zero dependencies and less than 2KB gzipped.
- 🌐 **Cross-environment:** Works in Node.js and browsers.
- ✍️ **Minimalist:** Supports _italic_, **bold**, ~~strikethrough~~, `inline code`, [links](https://croct.com), <img src="https://github.com/croct-tech/md-lite-js/assets/943036/6e6a2411-67d2-4f7b-89d8-bc08fd73c662" alt="image" width="16" height="16" /> images, and ¶ paragraphs.
- ✍️ **Minimalist:** Only basic syntax, including _italic_, **bold**, ~~strikethrough~~, `inline code`, [links](https://croct.com), <img src="https://github.com/croct-tech/md-lite-js/assets/943036/6e6a2411-67d2-4f7b-89d8-bc08fd73c662" alt="image" width="16" height="16" /> images, and ¶ paragraphs.
- 🛠 **Flexible:** Render whatever you want, from HTML to JSX.

### Who is this library for?

If you're working on a project that requires rendering Markdown for short texts like titles, subtitles, and descriptions, but you don't need a full-featured Markdown parser, this library is for you.

## Installation

We recommend using [NPM](https://www.npmjs.com) to install the package:

```sh
Expand Down

0 comments on commit 0a7e6ad

Please sign in to comment.