paragraph.xml 1.2 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <article xmlns="http://docbook.org/ns/docbook">
  3. <section>
  4. <sectioninfo/>
  5. <title>Paragraphs with inline markup</title>
  6. <para>Paragraphs are separated by blank lines and are left-aligned.</para>
  7. <para>Paragraphs are <emphasis>separated</emphasis> by blank lines and are left-aligned.</para>
  8. <para>Paragraphs contain text and may contain inline markup: <emphasis>emphasis</emphasis>, <emphasis Role="strong">strong emphasis</emphasis>, or <emphasis>both <emphasis Role="strong">stacked.</emphasis></emphasis></para>
  9. <para>Spaces *<emphasis>should not</emphasis>* be introduced by markup.</para>
  10. <para>
  11. Spaces
  12. <emphasis>
  13. should not
  14. </emphasis>
  15. be doubled around markup.
  16. </para>
  17. <para>Paragraphs are <ulink url="http://ezcomponents.org/">separated</ulink> by blank lines and are left-aligned.</para>
  18. <para>This_is_a_really_long_word_to_ensure_even_those_are_handled_properly_by_the_text_wrapping_algorithm_and_do_not_lead_to_unwanted_effects.</para>
  19. <para><emphasis>Testing</emphasis>wrapping<emphasis>without</emphasis>any<emphasis>wrapping</emphasis>points.</para>
  20. </section>
  21. </article>