diff --git a/README.md b/README.md index 507a7f6..7f3d9bb 100644 --- a/README.md +++ b/README.md @@ -26,26 +26,30 @@ belong to the previous footnote. html: ```html -

Here is a footnote reference,[1] and another.[2]

-

This paragraph won’t be part of the note, because it -isn’t indented.

+

+ Here is a footnote reference, [1] and another. [2] +

+

This paragraph won’t be part of the note, because it isn’t indented.


-
    -
  1. Here is the footnote.

    -
  2. -
  3. Here’s one with multiple blocks.

    -

    Subsequent paragraphs are indented to show that they -belong to the previous footnote.

    -
  4. -
+
    +
  1. +

    Here is the footnote. +

    +
  2. +
  3. +

    Here’s one with multiple blocks.

    +

    Subsequent paragraphs are indented to show that they belong to the previous footnote. +

    +
  4. +
``` __Inline footnote__: ``` -Here is an inline note.^[Inlines notes are easier to write, since +Here is an inline note. ^[Inlines notes are easier to write, since you don't have to pick an identifier and move down to type the note.] ``` @@ -53,15 +57,14 @@ note.] html: ```html -

Here is an inline note.[1]

+

Here is an inline note. [1]


-
    -
  1. Inlines notes are easier to write, since -you don’t have to pick an identifier and move down to type the -note.

    -
  2. -
+
    +
  1. +

    Inline notes are easier to write, since you don’t have to pick an identifier and move down to type the note.

    +
  2. +
```