File: em_strong.html

package info (click to toggle)
python-markdown 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,128 kB
  • sloc: python: 11,989; makefile: 66; sh: 7
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<p>One asterisk: *</p>
<p>One underscore: _</p>
<p>Two asterisks: **</p>
<p>With spaces: * *</p>
<p>Two underscores __</p>
<p>with spaces: _ _</p>
<p>three asterisks: ***</p>
<p>with spaces: * * *</p>
<p>three underscores: ___</p>
<p>with spaces: _ _ _</p>
<p>One char: <em>a</em></p>