Lines Matching +refs:text +refs:line +refs:d

35 can [see the source for it by adding '.text' to the URL][src].
37 [src]: /projects/markdown/syntax.text
48 document should be publishable as-is, as plain text, without looking
50 Markdown's syntax has been influenced by several existing text-to-HTML
53 inspiration for Markdown's syntax is the format of plain text email.
66 blockquotes look like quoted passages of text, assuming you've ever
83 can be conveyed in plain text.
115 you'd prefer to use HTML `<a>` or `<img>` tags instead of Markdown's
186 A paragraph is simply one or more consecutive lines of text, separated
187 by one or more blank lines. (A blank line is any line that looks like a
188 blank line -- a line containing nothing but spaces or tabs is considered
191 The implication of the "one or more consecutive lines of text" rule is
192 that Markdown supports "hard-wrapped" text paragraphs. This differs
193 significantly from most other text-to-HTML formatters (including Movable
194 Type's "Convert Line Breaks" option) which translate every line break
198 end a line with two or more spaces, then type return.
201 "every line break is a `<br />`" rule wouldn't work for Markdown.
225 Atx-style headers use 1-6 hash characters at the start of the line,
250 familiar with quoting passages of text in an email message, then you
252 wrap the text and put a `>` before every line:
262 line of a hard-wrapped paragraph:
292 Any decent text editor should make email-style quoting easy. For
348 you'd get the exact same HTML output. The point is, if you want to,
417 It looks nice if you indent every line of the subsequent
424 only required to indent the first line. Lorem ipsum dolor
451 line. To avoid this, you can backslash-escape the period:
464 To produce a code block in Markdown, simply indent every line of the
479 line of the code block. For example, this:
496 A code block continues until it reaches a line that is not indented
525 more hyphens, asterisks, or underscores on a line by themselves. If you
550 In both styles, the link text is delimited by [square brackets].
553 after the link text's closing square bracket. Inside the parentheses,
584 on a line by itself:
611 You can put the title attribute on the next line and use extra spaces
624 [link text][a]
625 [link text][A]
630 link, in which case the link text itself is used as the name.
641 multiple words in the link text:
692 is text.
740 \*this text is surrounded by literal asterisks\*
803 placing images into a plain text document format.
810 ![Alt text](/path/to/img.jpg)
812 ![Alt text](/path/to/img.jpg "Optional title")
818 attribute text for the image;
825 ![Alt text][id]
844 …th angle brackets. What this means is that if you want to show the actual text of a URL or email a…