https://github.com/markedjs/marked-block-table
GFM table that allows block tokens
https://github.com/markedjs/marked-block-table
Last synced: 10 months ago
JSON representation
GFM table that allows block tokens
- Host: GitHub
- URL: https://github.com/markedjs/marked-block-table
- Owner: markedjs
- License: mit
- Created: 2023-08-17T02:57:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T01:22:05.000Z (about 2 years ago)
- Last Synced: 2025-01-18T10:32:42.040Z (12 months ago)
- Language: JavaScript
- Size: 682 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
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`