Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/92hackers/advanced-markdown
An advanced markdown parser and compiler. focus on extensibility and high performance
https://github.com/92hackers/advanced-markdown
cy demo fwaefawef jfiwajefjwe markdown marked marked-js md nice yycc
Last synced: about 1 month ago
JSON representation
An advanced markdown parser and compiler. focus on extensibility and high performance
- Host: GitHub
- URL: https://github.com/92hackers/advanced-markdown
- Owner: 92hackers
- License: mit
- Created: 2019-07-15T04:07:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:31:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T03:11:50.621Z (over 1 year ago)
- Topics: cy, demo, fwaefawef, jfiwajefjwe, markdown, marked, marked-js, md, nice, yycc
- Language: HTML
- Homepage:
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Advanced Markdown
[![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked)
[![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked)
[![snyk](https://snyk.io/test/npm/marked/badge.svg)](https://snyk.io/test/npm/marked)## Introduction
A brief introduction of advanced markdown.
## Features
Support write custom markdown grammars
## Table of content
Table
[toc]## Roadmap
The current project target will focus on **extensibility**, **ready to use** and **high performance**
1. Build custom project docs website.
2. Add test coverage report.
3. Split inline grammars into self modules.
4. Add more unit test cases.
5. Add benchmark test cases, and optimize the lib based on the test result.
6. Implement 5 to 10 other killer markdown grammars, **via separate repository,**
7. Write guidelines on how to design and implement custom markdown grammars.## Demo
**TODO:** Demo page
## Docs
**TODO: Add docs**
## Installation
## License
MIT