version=pmwiki-2.1.5 ordered=1 urlencoded=1 agent=Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2 author=jr csum=define page of line markup options ctime=1146203335 host=210.185.10.149 name=PmWiki.LineMarkup rev=2 targets=PmWiki.EditGettingStarted,PmWiki.Tables text=This page covers all the start of line markup characters. If you are new to wiki markup, visit [[Edit Getting Started]] first. There are 2 kinds of line markup:%0a* ''simple'' (" " space, "!" exclamation mark, "*" asterisk, "#" number or pound sign)%0a* ''compound'' ("->" arrow, "-%3c" back arrow, ": ... :" colon-text-colon, "[=----=]" 4 hyphens)%0a%0a!!Simple line markup%0a%0aThese repeat the same markup character one or more times.%0a%0aTo make the sentence display in a ''typewriter'' (monospaced) font, start the line with a space (" ").%0a%0a Space before the first character of this sentence.%0aNo space before the first character of this one.%0a%0aTo make a ''heading'', start the line with one or more exclamation marks ("!"). These provide consistent, structured page layout, plus they're converted to code that internet search engines recognize as marking significant text. Some authors find the top level heading is too intrusive (and too like the page title), so prefer to start with the second level; few authors find a use for the sixth level.%0a%0a(:markup:)%0a! Top level heading%0a!! Second level heading%0a!!! Third%0a!!!! Fourth%0a!!!!! Fifth%0a!!!!!! Sixth%0a(:markupend:)%0a%0aTo produce a ''bullet list'', start the line with one or more asterisks (*). To produce a ''numbered list'', start the line with one or more number signs (#). More asterisks and number signs increase the depth of list.%0a%0a(:markup:) %0a* First-level list item%0a** Second-level list item%0a### Order this%0a#### And this (optional)%0a### Then this%0a** Another second-level item%0a* A first-level item: cooking%0a## Prepare the experiment%0a### Unwrap the pop-tart%0a### Insert the pop-tart into the toaster%0a## Begin cooking the pop tart%0a## Stand back%0a(:markupend:)%0a%0a!!Compound line markup%0a%0aThese use combinations of 2 or more characters to produce their effect.%0a%0aTo produce an ''indented paragraph'', start the line with an arrow ([@->@]). More hyphens at the beginning ([@--->@]) produce larger indents.%0a%0a(:markup:)%0a->Four score and seven years ago our fathers placed upon this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.%0a(:markupend:)%0a%0aTo produce a paragraph with a ''hanging indent'' (outdent), start the line with an inverted arrow ([@-%3c@]). Adding hyphens at the beginning ([@---%3c@]) causes all the text to indent.%0a%0a(:markup:)%0a-%3cFour score and seven years ago our fathers placed upon this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. %0a(:markupend:)%0a%0a(:markup:)%0a--%3cFour score and seven years ago our fathers placed upon this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. And that food would be good to.%0a(:markupend:)%0a%0aTo produce a ''definition list'' (a term followed by its definition), start the line with colon-term-colon [=(:term:)=]. More colons increase the depth of the list%0a%0a(:markup:)%0a:term:definition of term%0a::second-level item: definition of 2nd-level item%0a(:markupend:)%0a%0aTo produce a ''horizontal rule'', start the line with 4 or more dashes ([=----=]).%0a%0a(:markup:)%0a----%0a(:markupend:)%0a%0aA special line markup is used to create [[Tables]].%0a time=1146206418