[{TableOfContents}]

!!!기본 글쓰기
{{{
 ''글글글''\\
 __글글글__\\
%%(color:red)This is red%%\\
<font color='red'>This is red</font>\\
글1
----
글2
}}}
''글글글''\\
__글글글__\\
%%(color:red)This is red%%\\
글1
----
글2
!!! 별사용
{{{
* 별하나
** 별둘
*** 별셋
**** 별넷
}}}
* 별하나
** 별둘
*** 별셋
**** 별넷

!!! 샵사용
{{{
# 샾하나
## 샾둘
### 샾셋
## 샾둘
}}}
# 샾하나
## 샾둘
### 샾셋
## 샾둘

!!! 카테고리
Main 관련 글 보기 %%category [Main] %%

Java 관련 글 보기 %%category [Java] %%

!!! 메세지 Box
{{{
%%information
Use %~%information ... %~% for informational messages
/%
%%warning
Use %~%warning ... %~% for warning blocks
/%
%%error
Use %~%error ... %~% for error blocks
/%
}}}
%%information
Use %~%information ... %~% for informational messages
/%
%%warning
Use %~%warning ... %~% for warning blocks
/%
%%error
Use %~%error ... %~% for error blocks
/%

!!! Tree 
{{{
%%collapse
* Europe
** France
*** Paris
*** Nice
** South-Africa
** Belgium
### Brussel
### Peulis
* Australia
**
*** Perth
* Australia
*** Sydney
**** Kangeroo
%%
}}}

%%collapse
* Europe
** France
*** Paris
*** Nice
** South-Africa
** Belgium
### Brussel
### Peulis
* Australia
**
*** Perth
* Australia
*** Sydney
**** Kangeroo
%%
!!! 코멘트 박스
{{{
%%commentbox
__볼드체 텍스트__
xxxxxxxxxxxxxx
# 11111111111111
# 222222222222
# 33333333333
# 444444444444444
%%
문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 \\
문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 \\
문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 \\
문자 문자 문자 문자 문자 문자 
}}}

%%commentbox
__볼드체 텍스트__
xxxxxxxxxxxxxx
# 11111111111111
# 222222222222
# 33333333333
# 444444444444444
%%
문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 문자 


!!!이미지
{{{
[{Image src='attach/HelpPage/%EA%B2%A8%EC%9A%B8.jpg' 
             alt ='테스트' link='http://www.daum.net'
             width='100' height='100' caption='테스트 이미지' 
             style='font-size: 120%; color: red;'}]
}}}
[{Image src='attach/HelpPage/%EA%B2%A8%EC%9A%B8.jpg' 
             alt ='테스트' link='http://www.daum.net'
             width='100' height='100' caption='테스트 이미지' 
             style='font-size: 120%; color: red;'}]
!!!Wiki 페이지 삽입
{{{
[{InsertPage page='About' maxlength=200
                   style='font-size: 85%; margin: 10px; padding: 5px; background: white;
                            border-width: thin; border-style:inset; font-family:monospace'}]
}}}
[{InsertPage page='About' maxlength=200
                   style='font-size: 85%; margin: 10px; padding: 5px; background: white;
                            border-width: thin; border-style:inset; font-family:monospace'}]
!!! Table 사용법
{{{
||  Context      ||  Handling JSP page
| "view"|  PageContent.jsp
| "diff"  | DiffContent.jsp
| "info" | InfoContent.jsp
| "preview" | PreviewContent.jsp
| "conflict" | ConflictContent.jsp
| "find" | FindContent.jsp
| "prefs" | PreferencesContent.jsp
| "error" | DisplayMessage.jsp
| "edit" | EditContent.jsp
| "comment" | CommentContent.jsp
}}}
||  Context      ||  Handling JSP page
| "view"|  PageContent.jsp
| "diff"  | DiffContent.jsp
| "info" | InfoContent.jsp
| "preview" | PreviewContent.jsp
| "conflict" | ConflictContent.jsp
| "find" | FindContent.jsp
| "prefs" | PreferencesContent.jsp
| "error" | DisplayMessage.jsp
| "edit" | EditContent.jsp
| "comment" | CommentContent.jsp

!!! Java2HtmlPlugin  Plugin 사용법
* 자바소스나 xml소스의 내용을 그대로 보여줘야 할때 사용한다.
* 소스위에 공백을 한줄 필수로 넣어주어야 한다.
{{{ 
[{Java2HtmlPlugin 

public final static main(String[] args);
}] 
}}}

[{Java2HtmlPlugin 

public final static main(String[] args);
 }]