diff options
author | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 10:26:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 10:26:30 +0200 |
commit | 2a02a6acd29eb67ff9b9f3b4cb8f758d162c51d0 (patch) | |
tree | e27232849896edf502d39998fa6a40d2fb539c04 | |
parent | e6dbde7bea2f89cf3a9905855d40708f885a8ddf (diff) |
Escape angle bracket.
-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 65822c1..104bc26 100644 --- a/account/commands.mdwn +++ b/account/commands.mdwn @@ -2,7 +2,7 @@ [[template id=note text=""" In commands, Don't take square and angle brackets 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 """]] |