Lines Matching refs:in

83 can be conveyed in plain text.
113 used anywhere in a Markdown paragraph, list item, or header. If you
130 Ampersands in particular are bedeviling for web writers. If you want to
140 in your anchor tag `href` attribute. Needless to say, this is easy to
142 errors in otherwise well-marked-up web sites.
149 So, if you want to include a copyright symbol in your article, you can write:
175 and `&` in your example code needs to be escaped.)
195 character in a paragraph into a `<br />` tag.
250 familiar with quoting passages of text in an email message, then you
251 know how to create a blockquote in Markdown. It looks best if you hard
256 > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
266 Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
271 Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by
336 If you instead wrote the list in Markdown like this:
349 you can use ordinal numbers in your ordered Markdown lists, so that
350 the numbers in your source match the numbers in your published HTML.
354 list with the number 1. At some point in the future, Markdown may support
365 viverra nec, fringilla in, laoreet vitae, risus.
373 viverra nec, fringilla in, laoreet vitae, risus.
378 items in `<p>` tags in the HTML output. For example, this input:
404 paragraph in a list item must be indented by either 4 spaces
411 Vestibulum enim wisi, viverra nec, fringilla in, laoreet
423 This is the second paragraph in the list item. You're
427 * Another item in the same list.
462 in both `<pre>` and `<code>` tags.
464 To produce a code block in Markdown, simply indent every line of the
555 title for the link, surrounded in quotes. For example:
583 Then, anywhere in the document, you define your link label like this,
596 in double or single quotes, or enclosed in parentheses.
604 **Note:** There is a known bug in Markdown.pl 1.0.1 which prevents
618 processing, and are stripped from your document in the HTML output.
630 link, in which case the link text itself is used as the name.
641 multiple words in the link text:
649 Link definitions can be placed anywhere in your Markdown document. I
650 tend to put them immediately after each paragraph in which they're
654 Here's an example of reference links in action:
695 closely resembles the final output, as rendered in a browser. By
729 Emphasis can be used in the middle of a word:
769 A single backtick in a code span: `` ` ``
771 A backtick-delimited string in a code span: `` `foo` ``
775 <p>A single backtick in a code span: <code>`</code></p>
777 <p>A backtick-delimited string in a code span: <code>`foo`</code></p>
820 the image, and an optional `title` attribute enclosed in double
866 which will render in a browser as a clickable link to "address@example.com".
870 them. It's better than nothing, but an address published in this way
878 characters which would otherwise have special meaning in Markdown's