Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 187 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 187 Bytes

tKeel Documents

Add PlantUML

# Your markdown including PlantUML code block
```plantuml
class SimplePlantUMLPlugin {
    + transform(syntaxTree: AST): AST
}
```