1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<h1>Header 1</h1>
<h2>Subtitle</h2>
<p>Example text.</p>
<div>
<p>Table of Contents</p>
<ul>
<li><a href="#header-2">Header 2</a></li>
<li><a href="#field-list">Field list</a></li>
</ul>
</div>
<a name="header-2"></a>
<h2><a href="#id1">Header 2</a></h2>
<ol>
<li>Blah blah <code>code</code> blah</li>
<li>More <code>code</code>, hooray</li>
<li>Somé UTF-8°</li>
</ol>
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</p>
<pre>
A block of code
</pre>
<pre lang="python">
python.code('hooray')
</pre>
<pre lang="python">
>>> some_function()
'result'
</pre>
<table>
<tbody valign="top">
<tr>
<td>Travis</td>
<td><a href="http://travis-ci.org/tony/pullv">http://travis-ci.org/tony/pullv</a></td>
</tr>
<tr>
<td>Docs</td>
<td><a href="http://pullv.rtfd.org">http://pullv.rtfd.org</a></td>
</tr>
<tr>
<td>API</td>
<td><a href="http://pullv.readthedocs.org/en/latest/api.html">http://pullv.readthedocs.org/en/latest/api.html</a></td>
</tr>
<tr>
<td>Issues</td>
<td><a href="https://github.com/tony/pullv/issues">https://github.com/tony/pullv/issues</a></td>
</tr>
<tr>
<td>Source</td>
<td><a href="https://github.com/tony/pullv">https://github.com/tony/pullv</a></td>
</tr>
</tbody>
</table>
<a href="https://scan.coverity.com/projects/621"><img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
</a>
<img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
<a name="field-list"></a>
<h2><a href="#id2">Field list</a></h2>
<table frame="void" rules="none">
<tbody valign="top">
<tr><th colspan="2">123456789 123456789 123456789 123456789 123456789 1:</th></tr>
<tr>
<td> </td>
<td>Uh-oh! This name is too long!</td>
</tr>
<tr>
<th>123456789 123456789 123456789 123456789 1234567890:</th>
<td>this is a long name,
but no problem!</td>
</tr>
<tr>
<th>123456789 12345:</th>
<td>this is not so long, but long enough for the default!</td>
</tr>
<tr>
<th>123456789 1234:</th>
<td>this should work even with the default :)</td>
</tr>
</tbody>
</table>
<p><a href="mailto:someone@somewhere.org">someone@somewhere.org</a></p>
<p>Press <kbd>Ctrl+C</kbd> to quit</p>
|