Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neeky/mdparser
leorg 转码项目
https://github.com/neeky/mdparser
Last synced: 6 days ago
JSON representation
leorg 转码项目
- Host: GitHub
- URL: https://github.com/neeky/mdparser
- Owner: Neeky
- Created: 2020-01-01T05:38:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T16:48:04.000Z (2 months ago)
- Last Synced: 2024-11-07T14:15:11.034Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mdparser
**实现将一个 md 文档项目 转换 --> 保存到 mysql 数据库的这一过程**---
## 文件目录的组织形式
**为了方便解析,mdparser 要求目录要满足如下要求**|**类型**|**要求**|
|-------|--------|
|目录 | **blogs~blog-group-id~blog-group-name**|
|目录 | **books~book-id~book-name**|
|博客文件 | **blog-id~blog-name.md**|
|文章文件 | **article-id~article-name.md**|---
```bash
tree ./
./
├── blogs~1~python多线程
└── books~1~numpy入门
└── 1~ndarray的那些事.md
```