mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 05:14:48 -04:00
Fix formatting of quote fix command
This commit is contained in:
parent
969d7cdce0
commit
26df8d2898
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue