基本文本格式
**粗体** | 粗体 |
//斜体// | 斜体 |
__下划线__ | 下划线 |
##源代码## | 源代码 |
--删除线-- | |
++小++ | 小文本 |
!!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: 删除线,就像下面的所有格式(在本章中)一样,是多行的。 以前的所有格式都不是多行格式,因为我们将制作不会破坏文本的格式。 |