test for plantuml
This commit is contained in:
		
							
								
								
									
										13
									
								
								readme.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								readme.md
									
									
									
									
									
								
							| @@ -21,13 +21,16 @@ flowchart TD | |||||||
|     E --> |Yes| insert |     E --> |Yes| insert | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ```flow |  | ||||||
| st=>start: Start:>http://google.com[blank] |  | ||||||
|  |  | ||||||
| ``` | ```plantuml | ||||||
|  | @startuml component | ||||||
|  | actor client | ||||||
|  | node app | ||||||
|  | database db | ||||||
|  |  | ||||||
| ```sequence | db -> app | ||||||
| Andrew -> China : Says Hello | app -> client | ||||||
|  | @enduml | ||||||
|  |  | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user