mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-12 02:53:34 +02:00
Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links.
This commit is contained in:
@@ -10,9 +10,10 @@ email=stubenschrott@gmx.net
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+html; charset={encoding=UTF-8}" />
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset={encoding=UTF-8}" />
|
||||
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
|
||||
<link rel="stylesheet" href="xhtml11.css" type="text/css" />
|
||||
<script type="application/x-javascript;version=1.8" src="help.js"></script>
|
||||
<title>{doctitle}</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -73,10 +74,10 @@ HEADER=<div style="float: right; padding-left: 1px;"> <form action="https://www.
|
||||
[tags]
|
||||
tag=<span class="tag">|</span>
|
||||
key=<div class="key">|</div>
|
||||
option=<span class="option">|</span>
|
||||
option2=<span class="option">'|'</span>
|
||||
command=<span class="command">|</span>
|
||||
mapping=<span class="mapping">|</span>
|
||||
option=<a class="option" href="#">|</a>
|
||||
option2=<a class="option" href="#">'|'</a>
|
||||
command=<a class="command">|</a>
|
||||
mapping=<a class="mapping">|</a>
|
||||
argument=<span class="argument">|</span>
|
||||
argument2=<span class="argument">{|}</span>
|
||||
argument3=<span class="argument">[|]</span>
|
||||
|
||||
Reference in New Issue
Block a user