Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba-fusion/doc-parser
parser for fusion markdown docs
https://github.com/alibaba-fusion/doc-parser
document markdown yaml
Last synced: 6 days ago
JSON representation
parser for fusion markdown docs
- Host: GitHub
- URL: https://github.com/alibaba-fusion/doc-parser
- Owner: alibaba-fusion
- License: mit
- Created: 2018-08-26T04:04:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T04:41:08.000Z (10 months ago)
- Last Synced: 2024-08-19T22:23:29.215Z (3 months ago)
- Topics: document, markdown, yaml
- Language: JavaScript
- Size: 225 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doc-parser
Fusion 文档解析工具。
## 使用
```js
const createDocParser = require('@alifd/doc-parser');
const docParser = createDocParser({ /* OPTIONS */ });
```具体使用方法参考测试用例
### API
- parse 解析文档
- render 代码编译