File: index.html

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (31 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="externalitem">Introduction</h1>
<ol>
<li><a href="#Sec1">First section in ok_include_intro.txt file</a>
</li>
<li><a href="#Sec2">Second section in ok_include_intro_include.txt file</a>
</li>
</ol>


<p>Demo that you can also split introduction and conclusion using @include tag:

<p><h2 class=""><span id="Sec1"></span>First section in ok_include_intro.txt file</h2>


<p>First section dummy text.

<p><h2 class=""><span id="Sec2"></span>Second section in ok_include_intro_include.txt file</h2>


<p>Second section dummy text.

<p></body></html>