Project Help Pages
No project help pages available.
See
HelpAdmin/ProjectHelp
for how to create pages.
CodeResort Help Pages
- HelpUser
- HelpUser/Blog
- HelpUser/Browser
- HelpUser/Builds
- HelpUser/Builds/Commands
- HelpUser/Builds/Configure
- HelpUser/Builds/Install
- HelpUser/Builds/Recipes
- HelpUser/Builds/Reports
- HelpUser/Changeset
- HelpUser/Estimation
- HelpUser/Files
- HelpUser/Forum
- HelpUser/InterWiki
- HelpUser/Links
- HelpUser/Notification
- HelpUser/Query
- HelpUser/RSS
- HelpUser/Reports
- HelpUser/RepositoryReadMeFile
- HelpUser/Roadmap
- HelpUser/Search
- HelpUser/Subversion
- HelpUser/SyntaxHighlighting
- HelpUser/Talk
- HelpUser/Tickets
- HelpUser/Timeline
- HelpUser/Wiki
- HelpUser/WikiAdvanced
- HelpUser/WikiFormatting
- HelpUser/WikiMacros
- HelpUser/WikiPages
- HelpAdmin
- HelpAdmin/CustomFields
- HelpAdmin/GetStarted
- HelpAdmin/ProjectAccess
- HelpAdmin/ProjectHelp
- HelpAdmin/ProjectSettings
- HelpAdmin/PublicInformationPage
- HelpAdmin/Repository
- HowTo
- HowTo/5MinutesWikiMarkup
- HowTo/Builds
- HowTo/Builds/CookBook
- HowTo/Builds/GetStarted
- HowTo/Subversion
- HowTo/Subversion/CopyMoveRename
- HowTo/Subversion/DevelopBranchMerge
- HowTo/Subversion/SvnSync
- HowTo/WikiLists
- FAQ
- News
- ContactUs
Wiki text: Create bullets and numbered lists
When writing text on wiki pages, in tickets and in Subversion log messages, one of the most common uses is the need to create lists. List of items, lists of actions, ordered instructions and similar.
Basic idea
Bullet lists are created by indenting the text on the line. Use 1 space + '*' for first level, 3 spaces and '*' for second, 5 spaces etc. for more.
Numbered lists are used by using '1.' instead of '*' - and you don't need to number them yourself, always use '1.' and the numbers will appear by themselves when page is formatted. That makes it easier to maintain a numbered list, insert items, delete items.
Example
Here is a quick example visualising the basic idea:
Just text to show that it is leading space on items below: * What to do: 1. Do this 1. Do that * Second item on first level * Sublevel * And even further down And back to normal text again
This renders as...
Just text to show that it is space on items below:
- What to do:
- Do this
- Do that
- Second item on first level
- Sublevel
- And even further down
- Sublevel
And back to normal text again.