-
Notifications
You must be signed in to change notification settings - Fork 2
/
search.html
125 lines (104 loc) · 4.87 KB
/
search.html
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="The Python-Markdown Project">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="search" title="Search" href="./search.html" />
<title>Search — Python-Markdown 3.7 documentation</title>
<link rel="stylesheet" href="./static/nature.css" type="text/css" />
<link rel="stylesheet" href="./static/pygments.css" type="text/css" />
<link rel="stylesheet" href="./assets/_mkdocstrings.css" type="text/css" />
<link rel="stylesheet" href="./custom.css" type="text/css" />
<link rel="stylesheet" href="./mkdocstrings.css" type="text/css" />
<script type="text/javascript" src="./static/jquery.js"></script>
<script type="text/javascript" src="./static/underscore.js"></script>
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="https://github.com/Python-Markdown/markdown" title="View this project on GitHub"><img src="./static/github.png" width=16px style="vertical-align: middle; margin-top: -1px" /></a>
</li>
<li class="right" style="margin-right: 10px">
<a href="./sitemap.html" title="Sitemap" accesskey="I">index</a>
</li>
<li><img src="./py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="./.">Python-Markdown 3.7 documentation</a> »
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search these documents. Enter your search
words into the box below.
</p>
<form action="" method="get">
<input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus>
</form>
<div id="mkdocs-search-results" class="search-results">
<!-- sample search results:
<h2>Search Results</h2>
<p>Search finished, found 2 page(s) matching the search query.</p>
<ul class="search">
<li><a href="features.html?highlight=feature">Features</a></li>
<li><a href="index.html?highlight=feature">Welcome to MyProject’s documentation!</a></li>
</ul>
-->
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="https://github.com/Python-Markdown/markdown/issues">Report a Bug</a></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="https://github.com/Python-Markdown/markdown" title="View this project on GitHub"><img src="./static/github.png" width=16px style="vertical-align: middle; margin-top: -1px" /></a>
</li>
<li class="right" style="margin-right: 10px">
<a href="./sitemap.html" title="Sitemap" accesskey="I">index</a>
</li>
<li><img src="./py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="./.">Python-Markdown 3.7 documentation</a> »
</li>
</ul>
</div>
<div class="footer" role="contentinfo">Copyright © 2010-2023, The Python-Markdown Project.
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
</div>
<script>var base_url = '.';</script>
<script src="./search/main.js"></script>
<!--
MkDocs version : 1.6.0
Docs Build Date UTC : 2024-08-16 15:55:07.720255+00:00
-->
</body>
</html>