https://github.com/joway/markup
Markdown Plus ———— based on PLY
https://github.com/joway/markup
Last synced: about 2 months ago
JSON representation
Markdown Plus ———— based on PLY
- Host: GitHub
- URL: https://github.com/joway/markup
- Owner: joway
- License: mit
- Created: 2016-11-27T04:13:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T12:44:47.000Z (over 9 years ago)
- Last Synced: 2025-05-12T18:45:41.058Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block
基于 PLY , 改良 Markdown 语法 .
---
## 需求
### 排版需求
1. 水平居中 , 垂直居中
2. 居左,居右
3. 图片
### 定制需求
1. 添加绑定插件
2. 添加函数
## 语法
### 排版
$center|left|right {
}
$func(opt1, opt2){
content
}$
$func(opt1, opt2)
## TODO:
1. 模板语言
2. 解析器
3. 生成器