From f1d5ffda693fa44d3325785c5c8e8021d8873bea Mon Sep 17 00:00:00 2001 From: Tobias Luther Date: Sun, 29 Jun 2014 21:20:43 +0200 Subject: delete my original doc working backup folder --- doc/old/bbcode.html | 73 ----------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 doc/old/bbcode.html (limited to 'doc/old/bbcode.html') diff --git a/doc/old/bbcode.html b/doc/old/bbcode.html deleted file mode 100644 index 5692ec0d2..000000000 --- a/doc/old/bbcode.html +++ /dev/null @@ -1,73 +0,0 @@ -

BBcode reference

-
-

-
- -
You can make lists with:
-For example:
[ul]
[*] First list element
[*] Second list element
[/ul]

Will render something like:
-
-
There's also:
-
-
Tables? Yes!

[table border=1]
[tr]
[th]Tables now[/th]
[/tr]
[tr]
[td]Have headers[/td]
[/tr]
[/table]

Tables now
Have headers

All sizes,
From the [size=xx-small] - xx-small.
To the [size=xx-large] - xx-large.
To fit exactly 20px use [size=20].

- -

Red Matrix specific codes

-
- - - -- cgit v1.2.3