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

https://github.com/mikeesto/sparkledown

Convert * to ✨in markdown documents
https://github.com/mikeesto/sparkledown

asterix markdown markdown-converter sparkle

Last synced: 2 months ago
JSON representation

Convert * to ✨in markdown documents

Awesome Lists containing this project

README

          

# ✨Sparkledown✨

Convert *emphasis* to ✨emphasis✨ in markdown documents.

## How to use

### Install globally

```
npm install -g sparkledown
```
Run `sparkledown` in the project folder

### OR

### Install as a dev dependency

`npm install sparkledown --save-dev`

Then add a script to `package.json`:

```
"scripts": {
"sparkledown": "sparkledown"
},
```

To run: `npm run sparkledown`

## Credits

[@fat](https://twitter.com/fat/status/1241430976233738241) for the idea & [@mdo](https://twitter.com/mdo/status/1241438687797239810) for the name