View source for 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) blue color!!
|| ||
##""!!(green) green color!!""##
|
!!(green) green color!!
|| ||
##""!!(red) red color!!""##
|
!!(red) red color!!
|| ||
##""??emphasis??""##
|
??emphasis??
|| ||
##""??(blue)emphasis??""##
|
??(blue)emphasis??
|| ||
##""??(red)emphasis??""##
|
??(red)emphasis??
|| ||
##""??(green)emphasis??""##
|
??(green)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.
|| ||#