From 1a5dd5c87c60f28fd799397e2aa0081f9b6c58ed Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Mon, 26 Dec 2016 08:58:40 -0500 Subject: Updated markup language support doco. Modified parseIdentityAwareHTML BBcode parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set. --- doc/bbcode.html | 109 -------------------------------------------------------- 1 file changed, 109 deletions(-) delete mode 100644 doc/bbcode.html (limited to 'doc/bbcode.html') diff --git a/doc/bbcode.html b/doc/bbcode.html deleted file mode 100644 index 36f40d3f4..000000000 --- a/doc/bbcode.html +++ /dev/null @@ -1,109 +0,0 @@ -

BBcode reference

-
-

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

Will render something like:
- - -or

[dl terms="b"]
[*= First element term] First element description
[*= Second element term] Second element description
[/dl]

Will render something like:

-
-
First element term
First element description
-
Second element term
Second element description
-

- - -
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].

- -

$Projectname specific codes

- -
-

These require a suitable map plugin/addon such as openstreetmap or else the result will be blank

- - -#include doc/macros/main_footer.bb; -
- - - -- cgit v1.2.3