mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-20 22:50:06 +03:00
mediawiki.conf: use <tt> tag for monospace font
This commit is contained in:
parent
f70eb3a839
commit
344921dff6
@ -164,7 +164,7 @@ endif::icons[]
|
||||
|
||||
[literal-inlinemacro]
|
||||
# Inline literal.
|
||||
<span class="monospaced">{passtext}</span>
|
||||
<tt><span class="monospaced">{passtext}</span></tt>
|
||||
|
||||
# List tags.
|
||||
[listtags-bulleted]
|
||||
@ -236,7 +236,7 @@ text=<p>|</p>
|
||||
# Quoted text.
|
||||
emphasis=<em>{1?<span class="{1}">}|{1?</span>}</em>
|
||||
strong=<strong>{1?<span class="{1}">}|{1?</span>}</strong>
|
||||
monospaced=<span class="monospaced{1? {1}}">|</span>
|
||||
monospaced=<tt><span class="monospaced{1? {1}}">|</span></tt>
|
||||
singlequoted={lsquo}{1?<span class="{1}">}|{1?</span>}{rsquo}
|
||||
doublequoted={ldquo}{1?<span class="{1}">}|{1?</span>}{rdquo}
|
||||
unquoted={1?<span class="{1}">}|{1?</span>}
|
||||
@ -292,7 +292,7 @@ endif::deprecated-quotes[]
|
||||
[emphasizedwords]
|
||||
<em>{words}</em>
|
||||
[monospacedwords]
|
||||
<span class="monospaced">{words}</span>
|
||||
<tt>{words}</tt>
|
||||
[strongwords]
|
||||
<strong>{words}</strong>
|
||||
|
||||
@ -407,7 +407,7 @@ paragraph=<p class="tableblock"><em>|</em></p>
|
||||
paragraph=<p class="tableblock"><strong>|</strong></p>
|
||||
|
||||
[tabletags-monospaced]
|
||||
paragraph=<p class="tableblock monospaced">|</p>
|
||||
paragraph=<p class="tableblock monospaced"><tt>|</tt></p>
|
||||
|
||||
[tabletags-verse]
|
||||
bodydata=<td class="tableblock halign-{halign=left} valign-{valign=top}" {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }><div class="verse">|</div></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user