diff options
author | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:07:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:07:00 +0200 |
commit | bdb6085f8015129358b8c321a2ccb3f10c97c409 (patch) | |
tree | 03eb8efc4a16e3c01b52e78948b3e633e673345a | |
parent | 6982dd1b7b3b2f71fe513a25ce2dd5948837b099 (diff) |
No escaping at all for square brackets?
-rw-r--r-- | account/commands.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/account/commands.mdwn b/account/commands.mdwn index 6e99a38..04cd7e0 100644 --- a/account/commands.mdwn +++ b/account/commands.mdwn @@ -2,7 +2,7 @@ Within commands below, Don't take square brackets, angle brackets and triple-dots literally: - * *<<This>>* should be replaced with your own info - including the angle brackets + * *<This>* should be replaced with your own info - including the angle brackets * *[This]* is optional parts of the command - including the square brackets * *...* means "repeat ad libitum" - leave it out or add more stuff similar to that right before the dots |