quickbook/test/simple_markup-1_5.quickbook
Daniel James 152fe4fa5d Quickbook: Rename and rearrange some tests.
- More consistent names.
- Not using `.` in basename.
- Run the quickbook manual test last (as when there's an error, the more
  specific tests are more informative).
- Combine some of the code tests.

[SVN r75235]
2011-11-01 19:20:46 +00:00

43 lines
598 B
Plaintext

[article Simple Markup Test
[quickbook 1.5]
]
[def _macro_ replaced]
[section Simple Markup]
/italic/ *bold* _underline_ =teletype=
//not italic// **not bold** __not underline__ ==not teletype==
_odd__ edge case_
not__underlined__hopefully
(*bold*) _und/er/lined_
/all/italic/ * not bold*
/not italic [@http://www.boost.org/ *bold*]
not_underlined_
_Should not underline '''escaped''' markup_.
_or this '''escaped_ markup''' form.
=Matti Meik\u00E4l\u00E4inen=
=_macro_=
__macro__
=_mac\ ro_=
/italic\/
These shouldn't be interepted as markup: == // **
=<= =\<= =\\<=
[endsect]