File: Strong_and_em_together.xhtml

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<p><strong><em>This is strong and em.</em></strong></p>

<p>So is <strong><em>this</em></strong> word.</p>

<p><strong><em>This is strong and em.</em></strong></p>

<p>So is <strong><em>this</em></strong> word.</p>

<p>(Remember that <code>*</code> and <code>_</code> do not work in the middle of words in MultiMarkdown - too much accidental stuff with URL's)</p>

<p><em>*This is em with surrounding asterisks.*</em></p>

<p>Rigorous test of combined strong and em:</p>

<p>The sun is <strong><em>yellow and bright</em></strong>.</p>

<p>The sky is <strong><em>blue and clear</em></strong>.</p>

<p>The moon is <em><strong>full and gray</strong></em>.</p>

<p>The stars are <em><strong>Bright and sparkly</strong></em>.</p>