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

https://github.com/shadowtime2000/markdown-abstract

A simple and flexible tool to abstractly generate Markdown
https://github.com/shadowtime2000/markdown-abstract

Last synced: 8 months ago
JSON representation

A simple and flexible tool to abstractly generate Markdown

Awesome Lists containing this project

README

          


# markdown-abstract

A simple and flexible tool to abstractly generate Markdown

## Installation

`npm i markdown-abstract`

### Usage

```javascript
const { GithubFlavoredEngine } = require("markdown-abstract");

const engine = new GithubFlavoredEngine();

engine.bold("Bold text here"); // **Bold text here**
```

### Typescript

This project was made with Typescript and so the typings are bundled with it.

### Documentation

[Documentation](https://shadowtime2000.github.io/markdown-abstract)