Difference between revisions of "Sandbox"
From Code::Blocks
(Sandbox moved to Using STLFilt with MinGW) |
GravityWe11 (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | # | + | Here in the sandbox, feel free to test any editing technique (like '''bold''', ''italic'', and '''''bold & italic''''' text). |
| + | |||
| + | ==Headings== | ||
| + | and | ||
| + | |||
| + | ===Subheadings=== | ||
| + | work. | ||
| + | |||
| + | <code>Code</code> may be highlighted in text, | ||
| + | set apart, | ||
| + | or | ||
| + | |||
| + | ''example.cpp'' | ||
| + | <source lang="cpp" line start="3"> | ||
| + | #include <iostream> | ||
| + | |||
| + | int main() | ||
| + | { | ||
| + | std::cout << "used with syntax highlighting."; | ||
| + | } | ||
| + | |||
| + | //Line numbers can start arbitrarily, or not be used at all. | ||
| + | </source> | ||
| + | |||
| + | * Bullet | ||
| + | * points | ||
| + | ** are | ||
| + | ** useful. | ||
| + | |||
| + | In other situations, | ||
| + | # numbering | ||
| + | # is useful | ||
| + | ## like when | ||
| + | ## writing steps. | ||
| + | |||
| + | Sometimes, a | ||
| + | ;Term : and definition | ||
| + | are what is needed. | ||
| + | |||
| + | Images may be included with | ||
| + | : <nowiki>[[File:Example.png]]</nowiki> | ||
| + | Internal links to [[#Headings|headings]] or [[Main Page|elsewhere]] are easy. | ||
| + | |||
| + | [[Pretty Printers]] | ||
Latest revision as of 15:37, 25 October 2012
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,
- numbering
- is useful
- like when
- writing steps.
Sometimes, a
- Term
- and definition
are what is needed.
Images may be included with
- [[File:Example.png]]