summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html
blob: 2db5374d2bdfdcd7c3db0152ef5a6c8b4bbd5287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
  <head>
    <title>multi-paragraph tests</title>
  </head>
  <body>
    <p>
      "When quoting multiple consecutive paragraphs of text, be sure to follow this hard and fast rule:
    </p>
    <p>
      "Begin each paragraph with quote marks.
    </p>
    <p>
      "Do not close every paragraph with quote marks.
    </p>
    <p>
      "The only paragraph which should have both open and close quotes is the final paragraph being quoted."
    </p>

    <script type="text/javascript" src="../src/smartquotes.js"></script>
    <script>smartquotes()</script>
  </body>
</html>