mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Capture both digits when rewriting coordinates
This commit is contained in:
parent
e83b63e1d3
commit
e0c75b8ae0
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/manual/latest/8-typography#8.8.1">Coordinates</a>. Use the prime and double prime glyphs for coordinates.</p>
|
<p><a href="/manual/latest/8-typography#8.8.1">Coordinates</a>. Use the prime and double prime glyphs for coordinates.</p>
|
||||||
<code class="terminal"><span><b>se</b> interactive-replace <i>"([0-9])+’"</i> <i>"\1′"</i> src/epub/text/<i class="glob">*</i></span></code>
|
<code class="terminal"><span><b>se</b> interactive-replace <i>"([0-9]+)’"</i> <i>"\1′"</i> src/epub/text/<i class="glob">*</i></span></code>
|
||||||
<code class="terminal"><span><b>se</b> interactive-replace <i>"([0-9])+”"</i> <i>"\1″"</i> src/epub/text/<i class="glob">*</i></span></code>
|
<code class="terminal"><span><b>se</b> interactive-replace <i>"([0-9]+)”"</i> <i>"\1″"</i> src/epub/text/<i class="glob">*</i></span></code>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/manual/latest/8-typography#8.3.3">Text in all caps</a>. Text in all caps is almost never correct, and should either be converted to lowercase with the <code class="html"><span class="p"><</span><span class="nt">em</span><span class="p">></span></code> element (for spoken emphasis), <code class="html"><span class="p"><</span><span class="nt">strong</span><span class="p">></span></code> (for extreme spoken emphasis), or <code class="html"><span class="p"><</span><span class="nt">b</span><span class="p">></span></code> (for unsemantic small caps, like in storefront signs).</p>
|
<p><a href="/manual/latest/8-typography#8.3.3">Text in all caps</a>. Text in all caps is almost never correct, and should either be converted to lowercase with the <code class="html"><span class="p"><</span><span class="nt">em</span><span class="p">></span></code> element (for spoken emphasis), <code class="html"><span class="p"><</span><span class="nt">strong</span><span class="p">></span></code> (for extreme spoken emphasis), or <code class="html"><span class="p"><</span><span class="nt">b</span><span class="p">></span></code> (for unsemantic small caps, like in storefront signs).</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue