default.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Hello, World!
  2. ============
  3. Author Name, <author@domain.foo>
  4. you can write text http://example.com[with links], optionally
  5. using an explicit link:http://example.com[link prefix].
  6. * single quotes around a phrase place 'emphasis'
  7. ** alternatively, you can put underlines around a phrase to add _emphasis_
  8. * astericks around a phrase make the text *bold*
  9. * pluses around a phrase make it +monospaced+
  10. * `smart' quotes using a leading backtick and trailing single quote
  11. ** use two of each for double ``smart'' quotes
  12. - escape characters are supported
  13. - you can escape a quote inside emphasized text like 'here\'s johnny!'
  14. term:: definition
  15. another term:: another definition
  16. // this is just a comment
  17. Let's make a break.
  18. '''
  19. ////
  20. we'll be right with you
  21. after this brief interruption.
  22. ////
  23. == We're back!
  24. Want to see a image::images/tiger.png[Tiger]?
  25. .Nested highlighting
  26. ++++
  27. <this_is inline="xml"></this_is>
  28. ++++
  29. ____
  30. asciidoc is so powerful.
  31. ____
  32. another quote:
  33. [quote, Sir Arthur Conan Doyle, The Adventures of Sherlock Holmes]
  34. ____
  35. When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
  36. ____
  37. Getting Literal
  38. ---------------
  39. want to get literal? prefix a line with a space.
  40. ....
  41. I'll join that party, too.
  42. ....
  43. . one thing (yeah!)
  44. . two thing `i can write code`, and `more` wipee!
  45. NOTE: AsciiDoc is quite cool, you should try it.