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
- Host: GitHub
- URL: https://github.com/shadowtime2000/markdown-abstract
- Owner: shadowtime2000
- License: mit
- Created: 2020-09-15T18:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T22:26:43.000Z (over 5 years ago)
- Last Synced: 2025-02-05T08:50:32.877Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://shadowtime2000.github.io/markdown-abstract
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)