Fix formatting of quote fix command

This commit is contained in:
Weijia Cheng 2021-02-14 15:32:18 -08:00 committed by Alex Cabal
parent 969d7cdce0
commit 26df8d2898

View file

@ -190,7 +190,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
</li>
<li>
<p>Commas and periods should generally be inside quotation marks, not outside. This command helps find and replace them:</p>
<code class="terminal"><span><b>se</b> interactive-sr "/\v([’”])([,.])/\2\1/" src/epub/text/*</span></code>
<code class="terminal"><span><b>se</b> interactive-sr <i>"/\v([’”])([,.])/\2\1/"</i> src/epub/text/*</span></code>
<p>When using this command, be careful to distinguish between the use of <code class="html"></code> as a quotation mark and its use in elision or as part of a plural possessive (i.e. <code class="html">s</code>).</p>
<table>
<tbody>