Browse Source

201909051427

zry 4 years ago
parent
commit
cee9a3d035
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -54,20 +54,20 @@ Start your format string with `!`. If you want to use tradition mode, but your f
 
 #### Pure Text
 
-Directly type pure text. For escaping `!`, use `<!>`
+Directly type pure text. For escaping `!`, use `<!>`
 
 Examples:
 
-`hello, gensokyo&lt;!&gt;` -&gt; `hello, gensokyo!`
+`hello, gensokyo<!>` -&gt; `hello, gensokyo!`
 
 #### Tag
 
-Use `&lt;` and `&gt;` to wrap the name of tag. For escaping `&lt;` and '&gt;', using `&lt;lt&gt;` and `&lt;gt&gt;`
+Use `<` and `>` to wrap the name of tag. For escaping `<` and '>', using `<lt>` and `<gt>`
 
 Examples:
 
-`&lt;year&gt;-&lt;month&gt;-&lt;day&gt;` -&gt; `2019-01-02`
-`&lt;lt&gt;&lt;hour&gt;:&lt;minute&gt;:&lt;second&gt;&lt;gt&gt;&lt;!&gt;` -&gt; `&lt;16:05:27&gt;!`
+`<year>-<month>-<day>` -&gt; `2019-01-02`
+`<lt><hour>:<minute>:<second><gt><!>` -&gt; `<16:05:27>!`
 
 #### Non-display Tags
 
@@ -75,7 +75,7 @@ Some of tags will not be displayed, they just be used for set some options.
 
 Examples:
 
-`&lt;UTC&gt;&lt;hour&gt;:&lt;minute&gt;` -&gt; `08:05`
+`<UTC><hour>:<minute>` -&gt; `08:05`
 
 #### Display Tag List