1- # npm-template
1+ # ` @shgysk8zer0/aegis-markdown `
22
3- A template repo for npm packages
3+ Markdown parser for [ ` @shgysk8zer0/aegis ` ] ( https://github.com/shgysk8zer0/aegis )
44
5- [ ![ CodeQL] ( https://github.com/shgysk8zer0/node-http /actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/shgysk8zer0/npm-template/actions/workflows/codeql-analysis.yml )
6- ![ Node CI] ( https://github.com/shgysk8zer0/node-http /workflows/Node%20CI/badge.svg )
7- ![ Lint Code Base] ( https://github.com/shgysk8zer0/node-http /workflows/Lint%20Code%20Base/badge.svg )
5+ [ ![ CodeQL] ( https://github.com/shgysk8zer0/aegis-markdown /actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/shgysk8zer0/npm-template/actions/workflows/codeql-analysis.yml )
6+ ![ Node CI] ( https://github.com/shgysk8zer0/aegis-markdown /workflows/Node%20CI/badge.svg )
7+ ![ Lint Code Base] ( https://github.com/shgysk8zer0/aegis-markdown /workflows/Lint%20Code%20Base/badge.svg )
88
9- [ ![ GitHub license] ( https://img.shields.io/github/license/shgysk8zer0/node-http .svg )] ( https://github.com/shgysk8zer0/node-http /blob/master/LICENSE )
10- [ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/shgysk8zer0/node-http .svg )] ( https://github.com/shgysk8zer0/node-http /commits/master )
11- [ ![ GitHub release] ( https://img.shields.io/github/release/shgysk8zer0/node-http ?logo=github )] ( https://github.com/shgysk8zer0/node-http /releases )
9+ [ ![ GitHub license] ( https://img.shields.io/github/license/shgysk8zer0/aegis-markdown .svg )] ( https://github.com/shgysk8zer0/aegis-markdown /blob/master/LICENSE )
10+ [ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/shgysk8zer0/aegis-markdown .svg )] ( https://github.com/shgysk8zer0/aegis-markdown /commits/master )
11+ [ ![ GitHub release] ( https://img.shields.io/github/release/shgysk8zer0/aegis-markdown ?logo=github )] ( https://github.com/shgysk8zer0/aegis-markdown /releases )
1212[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/shgysk8zer0?logo=github )] ( https://github.com/sponsors/shgysk8zer0 )
1313
1414[ ![ npm] ( https://img.shields.io/npm/v/@shgysk8zer0/npm-template )] ( https://www.npmjs.com/package/@shgysk8zer0/npm-template )
@@ -17,8 +17,8 @@ A template repo for npm packages
1717[ ![ npm] ( https://img.shields.io/npm/dw/@shgysk8zer0/npm-template?logo=npm )] ( https://www.npmjs.com/package/@shgysk8zer0/npm-template )
1818
1919[ ![ GitHub followers] ( https://img.shields.io/github/followers/shgysk8zer0.svg?style=social )] ( https://github.com/shgysk8zer0 )
20- ![ GitHub forks] ( https://img.shields.io/github/forks/shgysk8zer0/node-http .svg?style=social )
21- ![ GitHub stars] ( https://img.shields.io/github/stars/shgysk8zer0/node-http .svg?style=social )
20+ ![ GitHub forks] ( https://img.shields.io/github/forks/shgysk8zer0/aegis-markdown .svg?style=social )
21+ ![ GitHub stars] ( https://img.shields.io/github/stars/shgysk8zer0/aegis-markdown .svg?style=social )
2222[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/shgysk8zer0.svg?style=social )] ( https://twitter.com/shgysk8zer0 )
2323
2424[ ![ Donate using Liberapay] ( https://img.shields.io/liberapay/receives/shgysk8zer0.svg?logo=liberapay )] ( https://liberapay.com/shgysk8zer0/donate " Donate using Liberapay ")
@@ -27,3 +27,11 @@ A template repo for npm packages
2727- [ Code of Conduct] ( ./.github/CODE_OF_CONDUCT.md )
2828- [ Contributing] ( ./.github/CONTRIBUTING.md )
2929<!-- - [Security Policy](./.github/SECURITY.md) -->
30+
31+ ## Example
32+
33+ ``` js
34+ import { md } from ' @shgysk8zer0/aegis-markdown' ;
35+
36+ document .body .append (md` # Hello, World!` );
37+ ```
0 commit comments