WackoWiki: 基本文本格式

https://wackowiki.org/doc     Version: 6 (04.06.2022 17:19)

基本文本格式

**粗体**
粗体
//斜体//
斜体
__下划线__
下划线
##源代码##
源代码
--删除线--
删除线
++小++
小文本
!!note!!
(also ''note'', but it is better not to use it).
note
!!(blue) 蓝字!!
蓝字
!!(green) 绿字!!
绿字
!!(red) 红字!!
红字
??高亮文本??
高亮文本
??(blue)高亮文本??
高亮文本
??(red)高亮文本??
高亮文本
??(green)高亮文本??
高亮文本
%%embed code%%
int main(int arc,char **argv)
{
    printf("Hello, %s!\n", (argc>1) ? argv[1] : "World");
    return 0;
}	

NB: 删除线,就像下面的所有格式(在本章中)一样,是多行的。 以前的所有格式都不是多行格式,因为我们将制作不会破坏文本的格式。