Markup ====== Simple markup language parsed at run-time ----------------------------------------- (cy) (xlink http://sleepless.com Sleepless Inc.) -- All Rights Reserved This is the first sentence of the first paragraph. This is the second sentence of the first paragraph. This is the second paragraph. Blank lines indicate paragraph boundaries. Unordered list -------------- - unordered list item - unordered list item Ordered list ------------ # ordered list item 1 # ordered list item 2 # ordered list item 3 Image ----- (image coffee.png) (image coffee.png Yum!) Figure ----- (figure coffee.png Yum!) Links ----- (link https://github.com/sleeplessinc/markup) (link https://github.com/sleeplessinc/markup Click to get Markup!) (xlink https://github.com/sleeplessinc/markup) (xlink https://github.com/sleeplessinc/markup Click to get Markup in a separate tab!) Styles ------ To make some text bold, **put double *'s around it**. To make some text underline, __put double _'s (underscores) around it__. To make some text italic, //put double /'s around text it//. Symbols ------ - (tm) - (r) - (c) - (cy) - (cm A1 Widgets Ltd.) Alignment ----------- This is default justification. > This is centered! > >> This is right justified >> Block quote ----------- " To be, or not to be. That is the question! Whether 'tis nobler to suffer the slings and arrows of outrageous fortune, or to whatever ... " Code ----- Some {inline code} versus ... { // ... this, which is a block of code. var x = 1; var y = 9; } Dashes ----- Two hyphens make an n-dash, like "--" Three hyphens make an m-dash, like "---" Four hyphens on a line by itself makes a horizontal rule ---- Five or more equals signs makes an h1 heading out of the preceding non-blank line. ===== Five or more hyphens makes an h2 heading out of the preceding non-blank line. ----- Five or more hyphens+space pairs makes an h3 heading - - - - - Five or more hyphens+space+space triplets makes an h4 heading - - - - - Special ------- Only if used in browser code: - Page last modified (lastModified) That's it!