Sandbox

From Code::Blocks
Revision as of 15:37, 25 October 2012 by GravityWe11 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here in the sandbox, feel free to test any editing technique (like bold, italic, and bold & italic text).

Headings

and

Subheadings

work.

Code may be highlighted in text,

set apart,

or

example.cpp

#include <iostream>

int main()
{
    std::cout << "used with syntax highlighting.";
}

//Line numbers can start arbitrarily, or not be used at all.
  • Bullet
  • points
    • are
    • useful.

In other situations,

  1. numbering
  2. is useful
    1. like when
    2. writing steps.

Sometimes, a

Term
and definition

are what is needed.

Images may be included with

[[File:Example.png]]

Internal links to headings or elsewhere are easy.

Pretty Printers