test/script/markdown/inline-code.js.EXPECTED

Mon, 16 Nov 2015 12:14:07 -0800

author
asaha
date
Mon, 16 Nov 2015 12:14:07 -0800
changeset 1692
dcb78b4ac30e
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u71-b09 for changeset 79a56b0e79aa

attila@963 1 <p>Create a new <code>function</code>.</p>
attila@963 2
attila@963 3 <p>Use the backtick in MySQL syntax <code>SELECT `column` FROM whatever</code>.</p>
attila@963 4
attila@963 5 <p>A single backtick in a code span: <code>`</code></p>
attila@963 6
attila@963 7 <p>A backtick-delimited string in a code span: <code>`foo`</code></p>
attila@963 8
attila@963 9 <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
attila@963 10
attila@963 11 <p><code>&amp;#8212;</code> is the decimal-encoded equivalent of <code>&amp;mdash;</code>.</p>

mercurial