This commit is contained in:
François Grandjean 2022-05-18 10:30:01 -05:00 committed by Alex Cabal
parent 81283d77bc
commit 9cff39b7e6

View file

@ -62,7 +62,7 @@ require_once('Core.php');
<h2>Check for punctuation outside quotation marks</h2>
<p>Run the following command to examine punctuation that might have to be moved inside quotation marks:</p>
<code class="terminal"><b>se</b> interactive-replace <i>"([\.\,])"</i> <i>"\1"</i> <u>.</u></code>
<p>In general, periods and commas always go inside qoutation marks, both single and double. For example:</p>
<p>In general, periods and commas always go inside quotation marks, both single and double. For example:</p>
<figure class="wrong html full">
<code class="html full"><span class="p">&lt;</span><span class="nt">p</span><span class="p">&gt;</span>He pronounced it “pleasure”, and as he said it he licked his lips.<span class="p">&lt;/</span><span class="nt">p</span><span class="p">&gt;</span></code>
</figure>