Browse Source

try the triple ``` in the README.md

Pat Beirne 3 months ago
parent
commit
e07afd3c60
1 changed files with 3 additions and 1 deletions
  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.
 
-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.
 
@@ -94,6 +94,7 @@ The **`-X`** option is included to abbreviate a commonly used combination of **`
 
 # Examples
 
+```
     -s    dog cat mouse        # default
     -S    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
     -paCN dog^and^a^cat^with^mouse5%
     -X    Dog.Cat.Mouse6&
+```
 
 Just select a format that you find memorable.