From 364025e550341b2922104e83d2a2fddaf4f21652 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 13 May 2015 17:59:45 -0700 Subject: remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script. --- doc/bbcode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/bbcode.html') diff --git a/doc/bbcode.html b/doc/bbcode.html index f75b1c90b..4fe47842f 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -7,7 +7,7 @@
  • [u]underlined[/u] - underlined
  • [s]strike[/s] - strike
  • [color=red]red[/color] - red
    -
  • [url=https://redmatrix.me]Red Matrix[/url] Red Matrix
    +
  • [url=https://redmatrix.me]$Projectname[/url] $Projectname
  • [img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] Image/photo
  • [img float=left]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] Image/photo
    @@ -47,7 +47,7 @@

    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

    +

    $Projectname specific codes