-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
73 lines (73 loc) · 2.76 KB
/
Copy pathexample.html
File metadata and controls
73 lines (73 loc) · 2.76 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title></title>
</head>
<body>
<div id="layout-content">
<p><a href="https://jemnz.com/">Jacob Mattingley</a> (<a href="mailto:www@jemnz.com">www@jemnz.com</a>)</p>
<p>If the first line of the file starts with <tt># jemdoc</tt>, special functions like <a href="menu.html">menus</a> will be used.</p>
<h2>Example</h2>
<p>Here are some <b>text</b> <i>features</i>. I could <a href="http://cvxmod.net/">link somewhere</a> or insert a raw link to another page like <a href="download.html">download.html</a>. I could use <tt>monospace</tt>, too.</p>
<p>I could write special characters like #, $ and + by just using a backslash (\) in front of those characters. Or automatically detect an <a href="mailto:www@jemnz.com">email address</a>.</p>
<div class="infoblock">
<div class="blockcontent">
<p>Save the file as <tt>index.jemdoc</tt>, say, and simply call <tt>jemdoc index</tt> (after <a href="download.html">downloading jemdoc</a>, of course).</p>
</div></div>
<h2>Next bit, next heading level two</h2>
<h3>Getting into level three now</h3>
<p>Why not use a list</p>
<ul>
<li><p>to explain the way you do lists?</p>
</li>
<li><p>to demonstrate how a line<br /> break might work?</p>
</li>
</ul>
<p>Or perhaps a</p>
<ol>
<li><p>Multilevel</p>
<ol>
<li><p>Numbered list</p>
</li>
<li><p>Is more</p>
</li></ol>
</li>
<li><p>Useful?</p>
</li>
</ol>
<dl>
<dt>Definition</dt>
<dd><p>lists, especially when there are many definitions</p></dd>
<dt>Can be useful</dt>
<dd><p>for explaining things</p></dd>
</dl>
<h2>Finally, a few more blocks</h2>
<p>This ‘section’ features “smart quotes”.</p>
<div class="infoblock">
<div class="blocktitle">Simple block</div>
<div class="blockcontent">
<p>This is a simple text block, with a title. Notice how the previous line has only one set of braces ({}).</p>
</div></div>
<div class="codeblock">
<div class="blocktitle">Interactive Python listing</div>
<div class="blockcontent"><pre>
<span class="pycommand">>>> print 'Interactive Python code.'</span>
'Interactive Python code.'
</pre></div></div>
<div class="codeblock">
<div class="blockcontent"><pre>
Plain code block with no title.
</pre></div></div>
<p>You might need 2–3 different-sized dashes — they can be useful. Now we're done</p>
<div id="footer">
<div id="footer-text">
Page generated 2020-06-23 10:41:32 Öйú±ê׼ʱ¼ä, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
</div>
</div>
</div>
</body>
</html>