https://github.com/dmoosocool/marked-math
https://github.com/dmoosocool/marked-math
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/marked-math
- Owner: dmoosocool
- License: mit
- Created: 2024-02-29T05:31:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:05:33.000Z (about 2 years ago)
- Last Synced: 2026-01-11T11:47:35.435Z (6 months ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO:
- [ ] Replace information in `/README.md`
- [ ] Replace name in `/rollup.config.js`
- [ ] Replace information in `/package.json`
- [ ] Write extension in `/src/index.js`
- [ ] Write tests in `/spec/index.test.js`
- [ ] Uncomment release in `/.github/workflows/main.yml`
# marked-|this-extension|
# Usage
```js
import {marked} from "marked";
import |thisExtension| from "marked-|this-extension|";
// or UMD script
//
//
const options = {
// |default options|
};
marked.use(|thisExtension|(options));
marked.parse("|example markdown|");
//
|example html|
```
## `options`