Example Rendered HTML File

The following file was rendered using the three sample input files from the v0.50.0 distribution

You can Download The File Directly if you like.

<html>
<head><title>My Awesome FAQ</title></head>
<body>
	<h1>My Awesome FAQ</h1>
	<div class="faq_top">
		<div cass="faq_section">
			<h4><a href="#S_1" class="faq_section_title">Section1</a></h4>
			<ul>
				<li><a href="#Q_1_1" class="faq_question">Am I the first FAQ queston?</a></li>
			</ul>
		</div>
		<div cass="faq_section">
			<h4><a href="#S_2" class="faq_section_title">Section2</a></h4>
			<ul>
				<li><a href="#Q_2_1" class="faq_question">Am I the last FAQ question?</a></li>
			</ul>
		</div>
	</div>
	<hr/>
	<div class="faq_main">
		<a name="S_1" />
		<div class="faq_section">
			<h3>Section1</h3>
			<ul>
				<a name="Q_1_1" />
				<li>
					<h4>Am I the first FAQ queston?</h4>
					<div>
						<p>
						Yes, there are the first faq question.
						</p>
						<p>
						Furthermore, if you weren't the first question,
						I probably wouldn't tell you.
						</p>
					</div>
				</li>
			</ul>
		</div>
		<a name="S_2" />
		<div class="faq_section">
			<h3>Section2</h3>
			<ul>
				<a name="Q_2_1" />
				<li>
					<h4>Am I the last FAQ question?</h4>
					<div>
						<p>
						No, you are not the last FAQ question.
						</p>
						<p>
						Furthermore, if you were the last question,
						I probably wouldn't tell you.
						</p>
					</div>
				</li>
			</ul>
		</div>
	</div>
	<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</body>
</html>