Lines Matching full:lt
72 <p>The only restrictions are that block-level HTML elements -- e.g. <code><div></code>,
73 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separ…
76 to add extra (unwanted) <code><p></code> tags around HTML block-level tags.</p>
80 <table>
81 <tr>
82 <td>Foo</td>
83 </tr>
84 </table>
91 <p>Span-level HTML tags -- e.g. <code><span></code>, <code><cite></code>, or <code><…
94 you'd prefer to use HTML <code><a></code> or <code><img></code> tags instead of Markdow…
99 <p>In HTML, there are two characters that demand special treatment: <code><</code>
102 characters, you must escape them as entities, e.g. <code>&lt;</code>, and
131 <pre><code>4 < 5
134 <pre><code>4 &lt; 5
139 terrible format for writing about HTML syntax, because every single <code><</code>
152 character in a paragraph into a <code><br /></code> tag.</p>
153 <p>When you <em>do</em> want to insert a <code><br /></code> break tag using Markdown, you
155 <p>Yes, this takes a tad more effort to create a <code><br /></code>, but a simplistic
156 "every line break is a <code><br /></code>" rule wouldn't work for Markdown.
258 <pre><code><ol>
259 <li>Bird</li>
260 <li>McHale</li>
261 <li>Parish</li>
262 </ol>
299 items in <code><p></code> tags in the HTML output. For example, this input:</p>
304 <pre><code><ul>
305 <li>Bird</li>
306 <li>Magic</li>
307 </ul>
315 <pre><code><ul>
316 <li><p>Bird</p></li>
317 <li><p>Magic</p></li>
318 </ul>
355 <code goes here>
369 in both <code><pre></code> and <code><code></code> tags.</p>
377 <pre><code><p>This is a normal paragraph:</p>
379 <pre><code>This is a code block.
380 </code></pre>
391 <pre><code><p>Here is an example of AppleScript:</p>
393 <pre><code>tell application "Foo"
396 </code></pre>
400 <p>Within a code block, ampersands (<code>&</code>) and angle brackets (<code><</code> and <…
405 <pre><code> <div class="footer">
407 </div>
410 <pre><code><pre><code>&lt;div class="footer"&gt;
412 &lt;/div&gt;
413 </code></pre>
419 <p>You can produce a horizontal rule tag (<code><hr /></code>) by placing three or
449 <pre><code><p>This is <a href="http://example.com/" title="Title">
450 an example</a> inline link.</p>
452 <p><a href="http://example.net/">This link</a> has no
453 title attribute.</p>
488 <pre><code>[id]: <http://example.com/> "Optional Title Here"
541 <pre><code><p>I get 10 times more traffic from <a href="http://google.com/"
542 title="Google">Google</a> than from
543 <a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a>
544 or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p>
567 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with …
568 <code><strong></code> tag. E.g., this input:</p>
578 <pre><code><em>single asterisks</em>
580 <em>single underscores</em>
582 <strong>double asterisks</strong>
584 <strong>double underscores</strong>
605 <pre><code><p>Use the <code>printf()</code> function.</p>
612 <pre><code><p><code>There is a literal backtick (`) here.</code></p>
622 <pre><code><p>A single backtick in a code span: <code>`</code></p>
624 <p>A backtick-delimited string in a code span: <code>`foo`</code></p>
629 <pre><code>Please don't use any `<blink>` tags.
632 <pre><code><p>Please don't use any <code>&lt;blink&gt;</code> tags.</p…
638 <pre><code><p><code>&amp;#8212;</code> is the decimal-encoded
639 equivalent of <code>&amp;mdash;</code>.</p>
669 use regular HTML <code><img></code> tags.</p>
674 <pre><code><http://example.com/>
677 <pre><code><a href="http://example.com/">http://example.com/</a>
683 <pre><code><address@example.com>
686 <pre><code><a href="&#x6D;&#x61;i&#x6C;&#x74;&#x6F;:&#x61;&#x64;&…
689 &#109;&#x70;&#x6C;e&#x2E;&#99;&#111;&#109;</a>
700 with literal asterisks (instead of an HTML <code><em></code> tag), you can use