Basics

**bold**
bold
//italic//
italic
__underline__
underline
##code##
code
--strikethrough--
strikethrough
++small++
small text
!!note!!
(also ''note'', but it is better not to use it).
note
!!(blue) blue color!!
blue color
!!(green) green color!!
green color
!!(red) red color!!
red color
??emphasis??
emphasis
??(blue)emphasis??
emphasis
??(red)emphasis??
emphasis
??(green)emphasis??
emphasis
%%embed code%%
int main(int arc,char **argv)
{
    printf("Hello, %s!\n", (argc>1) ? argv[1] : "World");
    return 0;
}	

NB: Strikethrough, like all formattings below (in this chapter), are multiline. All previous formattings are not multiline because we going to make formatting that doesn't break your texts.