From b4167331ac22b2ef47f35aaf370f0d00d29a376f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 16 Jul 2005 11:07:29 +0000 Subject: [PATCH] Added escape sequence SVN revision: 1429 --- elcode_en.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/elcode_en.html b/elcode_en.html index 6001be75..7707c63e 100755 --- a/elcode_en.html +++ b/elcode_en.html @@ -89,17 +89,25 @@ which would produce are incorrect, since the [b] tag is opened first and therefore must be closed last, after the closing [/color] tag, such as in

-[b][color=red]This is correct[/color][/b]

+[b][color=red]This is correct[/color][/b]

+

Escape character

+ +
Sometimes one does not want ELCode tags to be +interpreted, like in a discussion forums where one wants to explain some tags +for example. In order to avoid interpretation of tags, one puts a backslash "\" +in front of the tag, like \[b] instead of [b].

+ +

Smileys


Smileys, or Emoticons, are small graphical images which can be used to express some feeling using a short code, e.g. :) means happy. They are converted by elog automatically into -small graphical images, such as

+small graphical images, such as

- +

+



:) :( @@ -114,13 +122,14 @@ small graphical images, such as

8o X(
:P -

Quoting

-
There are two ways of quoting, with a reference and without:

+
There are two ways of quoting, with a reference and +without: