浏览代码

try the triple ``` in the README.md

Pat Beirne 1 年之前
父节点
当前提交
e07afd3c60
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -13,7 +13,7 @@ Generate word-based passwords. Based on [XKCD/936](https://xkcd.com/936/), word-
 
 
 Password generators can be found all over the internet, but most generate random combinations of letters + numbers + punctuation. If a combination of those is long enough to be secure, it is also long enough to be difficult to remember, and possible difficult to type.
 Password generators can be found all over the internet, but most generate random combinations of letters + numbers + punctuation. If a combination of those is long enough to be secure, it is also long enough to be difficult to remember, and possible difficult to type.
 
 
-The XKCD comic #936 introduced the idea that a phrase of 3, 4 or 5 common words can be used as a password that is sufficiently difficult to crack in our lifetimes. The program `**pwgen**` is a locally hosted generator of these kinds of pass phrases.
+The XKCD comic #936 introduced the idea that a phrase of 3, 4 or 5 common words can be used as a password that is sufficiently difficult to crack in our lifetimes. The program **`pwgen`** is a locally hosted generator of these kinds of pass phrases.
 
 
 This program runs locally on a UNIX/Linux based computer, and the passphrase never crosses the network, so you can be sure that you're the only one who has ever seen it.
 This program runs locally on a UNIX/Linux based computer, and the passphrase never crosses the network, so you can be sure that you're the only one who has ever seen it.
 
 
@@ -94,6 +94,7 @@ The **`-X`** option is included to abbreviate a commonly used combination of **`
 
 
 # Examples
 # Examples
 
 
+```
     -s    dog cat mouse        # default
     -s    dog cat mouse        # default
     -S    dog.cat.mouse   
     -S    dog.cat.mouse   
     -p    dog#cat#mouse  
     -p    dog#cat#mouse  
@@ -114,6 +115,7 @@ The **`-X`** option is included to abbreviate a commonly used combination of **`
     -pa   dog#and#a#cat#with#mouse
     -pa   dog#and#a#cat#with#mouse
     -paCN dog^and^a^cat^with^mouse5%
     -paCN dog^and^a^cat^with^mouse5%
     -X    Dog.Cat.Mouse6&
     -X    Dog.Cat.Mouse6&
+```
 
 
 Just select a format that you find memorable.
 Just select a format that you find memorable.