Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2022-06-30 08:45:52 +0300
committerGitHub <noreply@github.com>2022-06-30 08:45:52 +0300
commit9d05ea6203ced0eedadb8f2d34c16ecbfde49f07 (patch)
tree64bc57c651862d60845949f826340f36394762e5
parentc48c8628f6c6938dd1c1c52a00521f6785e34706 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b90996..fbd9743 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,7 @@ Then you can just put plantuml source code in markdown files and the picture wil
An example:
-```
+<pre>
```plantuml
@startuml
Alice -> Bob: Authentication Request
@@ -265,7 +265,7 @@ Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
```
-```
+</pre>
![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/plantuml.png)