Shop OBEX P1 Docs P2 Docs Learn Events
Code Formatting on the New Forum — Parallax Forums

Code Formatting on the New Forum

T ChapT Chap Posts: 4,223
edited 2010-08-09 09:15 in Propeller 1
I can't access any advanced features to find any code /code features. If you just use in the following you can enter code and maintain indention:

code (in brackets [ ])

put your code

/code (in brackets [ ])

To get this:
    put your  code



I can't enter tabs manually for indentation, spaces only.

Comments

  • Jorge PJorge P Posts: 385
    edited 2010-08-08 16:48
    You can refer to http://forums.parallax.com/misc.php?do=bbcode for all BB Code. I assume some features have been disabled by the admins.
  • HollyMinkowskiHollyMinkowski Posts: 1,398
    edited 2010-08-09 00:22
    #include <stdio.h>
    
    Main()
    {
        printf("Hello Strange New Forum\n");
    }
    
    OK, this seems to work :-)
  • Jim EwaldJim Ewald Posts: 733
    edited 2010-08-09 01:10
    Please let me know if you need a formatting feature that is not listed. There are literally hundreds of settings in this system. I'm sure we may have missed a setting or two. It looks like all of the standard (i.e. supplied default) BB codes are already enabled.
    Jorge P wrote: »
    You can refer to http://forums.parallax.com/misc.php?do=bbcode for all BB Code. I assume some features have been disabled by the admins.
  • kuronekokuroneko Posts: 3,623
    edited 2010-08-09 01:18
    Jim Ewald wrote: »
    Please let me know if you need a formatting feature that is not listed.

    Strike-through and super-script please (if available)? I know I used both of them in the old forum but there doesn't seem to be an equivalent now.
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-08-09 09:15
    Subscripts, too, which I've used a lot, and non-breakable spaces (   ), which I used a lot of for formatting.

    -Phil
Sign In or Register to comment.