sbfkcel / towxml

微信小程序HTML、Markdown渲染库
https://github.com/sbfkcel/towxml/wiki
2.5k stars 315 forks source link

希望可以增加mindmap、mermaid流程图的支持 #155

Closed kwdassk closed 4 years ago

kwdassk commented 4 years ago

类似如下示例:

# A General Theory of Reactivity
## Concepts
### Singular and temporal
### Plural and temporal
### Singular and temporal
#### Plural and temporal
##### Singular and temporal
#### Plural and temporal
### Singular and temporal
### Plural and temporal
## Primitives
### Iterators
graph LR
    A[Hard edge] -->|Link text| B(Round edge)
    B --> C{Decision}
    C -->|One| D[Result one]
    C -->|Two| E[Result two]

image

sbfkcel commented 4 years ago

yuml图表已经包含了相关支持了。

相关语法见:https://yuml.me/diagram/scruffy/class/draw