1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>underscore quoting tests</title>
<meta name="author" content="">
<meta name="generator" content="stx2any">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<h1>underscore quoting tests</h1>
<p>This should receive <em>emphasis</em>
This <em>might</em> not receive <em>emphasis</em>
This _ probably should receive <em>emphasis</em>
Underscores _f <em>nested</em> b_ and between_words
<p>Continuing <em>multiple
lines</em> should work
<p><strong>Even now</strong> it <em>should
probably</em> work indeed
<p>foobar <em>empha</em> not_empha <em>can't</em>
foobar <em>empha</em> not_empha <em>can't</em>
<p>This is line: 20 in file: stdin
<blockquote><p>In blockquote, how does an em dash
— even a little one — work at the
beginning of a line? (This has nothing to do
with underscores.)
</blockquote></body>
</html>
|