An open API service indexing awesome lists of open source software.

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

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. 生成器