You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any decent text editor should make email-style quoting easy. For
@@ -535,7 +536,7 @@ following lines will produce a horizontal rule:
535
536
***
536
537
537
538
*****
538
-
539
+
539
540
- - -
540
541
541
542
---------------------------------------
@@ -636,7 +637,7 @@ multiple words in the link text:
636
637
Visit [Daring Fireball][] for more information.
637
638
638
639
And then define the link:
639
-
640
+
640
641
[Daring Fireball]: http://daringfireball.net/
641
642
642
643
Link definitions can be placed anywhere in your Markdown document. I
@@ -760,13 +761,13 @@ one after the opening, one before the closing. This allows you to place
760
761
literal backtick characters at the beginning or end of a code span:
761
762
762
763
A single backtick in a code span: `` ` ``
763
-
764
+
764
765
A backtick-delimited string in a code span: `` `foo` ``
765
766
766
767
will produce:
767
768
768
769
<p>A single backtick in a code span: <code>`</code></p>
769
-
770
+
770
771
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
771
772
772
773
With a code span, ampersands and angle brackets are encoded as HTML
@@ -837,7 +838,7 @@ use regular HTML `<img>` tags.
837
838
Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:
0 commit comments