''Previous page: [[!-Writing tests in Excel/Word-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent.WritingTestsInExcel]] Next page: [[!-Preventing unwanted formatting-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent.PreventingUnwantedFormatting]] Parent page: [[!-Managing Wiki content-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent]]''
!2 !-Formatting text-!
!- FitNesse is a Wiki &mdash; a relatively free-form content management system which allows users to build pages and link them together. Instead of using HTML directly, Wikis use a special markup syntax. You have already seen pipes (-!'''!- | -!'''!-) used to create tables. Here are a few more interesting markup symbols: -!

!- <ul> -!!- <li> -!'''!- !1 -!'''!- Apply Heading 1 style to the rest of the line. -!!- </li> -!!- <li> -!'''!- !2 -!'''!- Apply Heading 2 style to the rest of the line. -!!- </li> -!!- <li> -!'''!- !3 -!'''!- Apply Heading 3 style to the rest of the line. -!!- </li> -!!- <li> -!'''!- !c -!'''!- Align to centre. -!!- </li> -!!- <li> -!'''!- ---- -!'''!- Horizontal line (4 or more dashes). -!!- </li> -!!- <li> -!'''!- !img url -!'''!- Display image from url. -!!- </li> -!!- <li> -!'''!- '''text''' -!'''!- Bold &mdash; three single quotes enclosing text on each side. -!!- </li> -!!- <li> -!'''!- ''text'' -!'''!- Italics &mdash; two single quotes enclosing text on each side. -!!- </li> -!!- <li> -!'''!- # -!'''!- Comment &mdash; ignore the rest of the line. -!!- </li> -!!- </ul> -!!- FitNesse automatically recognises most links and builds proper HTML code for them &mdash; external links should just begin with -!'''!- http:// -!'''!- and internal links are built from CamelCase words (beginning with a single capital letter and containing at least one more capital letter). If the url ends with .gif or .jpg, FitNesse will automatically replace the url with the image. You can create additional links yourself by putting -!'''!- [[label][url]] -!'''!- anywhere on the page. This can be used to create links which FitNesse does not recognise (if the word is not in CamelCase), or to change the default label for the link. -!

!- See -!http://FitNesse.org/FitNesse.MarkupLanguageReference !- for a detailed reference of the Wiki markup language used in FitNesse. -!


''Previous page: [[!-Writing tests in Excel/Word-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent.WritingTestsInExcel]] Next page: [[!-Preventing unwanted formatting-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent.PreventingUnwantedFormatting]] Parent page: [[!-Managing Wiki content-!][.DbFit.DbFitReference.DatabaseUnitTests.ManagingWikiContent]]''