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
- Host: GitHub
- URL: https://github.com/mikeesto/sparkledown
- Owner: mikeesto
- License: mit
- Created: 2020-03-22T01:08:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T06:42:26.000Z (over 6 years ago)
- Last Synced: 2025-07-01T02:45:54.991Z (about 1 year ago)
- Topics: asterix, markdown, markdown-converter, sparkle
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sparkledown
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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