File: rest.html

package info (click to toggle)
libtext-markup-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 870; python: 178; makefile: 7
file content (37 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>I am a reST document</title>

</head>
<body>
<div class="document" id="i-am-a-rest-document">
<h1 class="title">I am a reST document</h1>
<h2 class="subtitle" id="and-i-am-its-subtitle">And I am its subtitle</h2>

<p><a class="reference external" href="https://docutils.sourceforge.io">Rest</a> allows <em>inline</em> <strong>style</strong> and other stuff,
but I guess this <tt class="docutils literal">code</tt> is enough.</p>
<div class="directive-unknown">
<strong>unknown: </strong><em>arg1 </em><em>arg2 </em><pre class="literal-block">
We also support unknown directive, so that no content is lost if reST
specialization is parsed.
</pre>

</div>
<p>Of course we may also find <span class="role-unknown">new roles</span>.</p>
<div class="directive-module">
<strong>module: </strong><em>mymodule </em><p>This is a module that doesn't <em>exist</em></p>
<div class="directive-function">
<strong>function: </strong><em>foo() </em><p>In Sphinx documentation you could find this stuff.</p>

</div>

</div>
<pre class="code python literal-block">
print &quot;I have no title&quot;
</pre>
</div>
</body>
</html>