diff --git a/test/fixtures/remarkable/footnotes.txt b/test/fixtures/remarkable/footnotes.txt index 0a6ebaa..a7c3134 100644 --- a/test/fixtures/remarkable/footnotes.txt +++ b/test/fixtures/remarkable/footnotes.txt @@ -19,27 +19,29 @@ belong to the previous footnote. This paragraph won't be part of the note, because it isn't indented. . -

Here is a footnote reference,1 and another.2

+

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.

    +
    +
    +
      +
    1. Here is the footnote.

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

      +
    4. Here’s one with multiple blocks.

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

      { some.code }
       

      The whole paragraph can be indented, or just the first line. In this way, multi-paragraph footnotes work like -multi-paragraph list items.

      +multi-paragraph list items.

    -
+ . + + They could terminate each other: . @@ -49,18 +51,18 @@ They could terminate each other: [^2]: bar [^3]: baz . -

123

-
-
-
    -
  1. foo

    +

    [1][2][3]

    +
    +
    +
      +
    1. foo

    2. -
    3. bar

      +
    4. bar

    5. -
    6. baz

      +
    7. baz

    -
+ . @@ -71,17 +73,17 @@ They could be inside blockquotes, and are lazy: > [^foo]: bar baz . -

1

+

[1]

-
-
-
    -
  1. bar -baz

    +
    +
    +
      +
    1. bar +baz

    -
+ . @@ -98,6 +100,7 @@ Their labels could not contain spaces or newlines: ]: bar baz

. + We support inline notes too (pandoc example): . @@ -105,33 +108,35 @@ 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.] . -

Here is an inline note.1

-
-
-
    -
  1. Inlines notes are easier to write, since +

    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.

      +note.

    -
+ . + They could have arbitrary markup: . foo^[ *bar* ] . -

foo1

-
-
-
    -
  1. bar

    +

    foo[1]

    +
    +
    +
      +
    1. bar

    -
+ . + Indents: . @@ -143,19 +148,20 @@ Indents: [^yyyyy]: foo --- . -

1 2

+

[1] [2]


-
-
-
    -
  1. foo

    -
  2. -
  3. foo

    +
    +
    +
      +
    1. foo

      +
    2. +
    3. foo

    -
+ . + Indents for the first line: . @@ -165,15 +171,15 @@ Indents for the first line: [^yyyyy]: foo . -

1 2

-
-
-
    -
  1. foo

    +

    [1] [2]

    +
    +
    +
      +
    1. foo

    2. -
    3. foo
      +
    4. foo
       
      -
    5. +
    -
+ .