| '''굵게''' | 굵게 |
| ''기울여'' | 기울여쓰기 |
| '''''굵고 기울여''''' | 굵고 기울여 |
| __밑줄__ | 밑줄 |
| ~~삭제~~ | |
| ,,아래첨자,, | 아래첨자 |
| ^^윗첨자^^ | 윗첨자 |
| {{{'''포매팅 무시''' }}} | '''포매팅 무시''' |
이렇게 글을 쓰더라도
이렇게 글을 쓰고나서 이렇게 한 줄을 띄우면
{{{
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
}}}
라고 쓰면
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
처럼 보여지게 됩니다.
<?php
phpinfo();
?>
MoinMoin does superscript texts contain space but, MoniWiki does not. You can superscript a string contains space by encloseing it into double carets.