mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-23 17:52:18 +00:00
26 lines
877 B
XML
26 lines
877 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<article id="header" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Header</title> <anchor id="header.header_test"/>
|
|
<bridgehead renderas="sect2">
|
|
<link linkend="header.header_test">Header Test</link>
|
|
</bridgehead>
|
|
<para>
|
|
Testing headers without sections.
|
|
</para>
|
|
<anchor id="header._not_an_id"/>
|
|
<bridgehead renderas="sect2">
|
|
<link linkend="header._not_an_id">:Not an Id</link>
|
|
</bridgehead>
|
|
<para>
|
|
Paragraph.
|
|
</para>
|
|
<anchor id="header._not_an_id_again"/>
|
|
<bridgehead renderas="sect3">
|
|
<link linkend="header._not_an_id_again">:Not an Id again</link>
|
|
</bridgehead>
|
|
<para>
|
|
Paragraph.
|
|
</para>
|
|
</article>
|