``` % pandoc -f html+epub_html_exts -t native

Chapter 1

Here is a footnote.1

Here is a second footnote.2


  1. This is a test↩︎

  2. This is another test↩︎

^D [ Div ( "chapter-1" , [ "section" , "level1" ] , [ ( "number" , "1" ) ] ) [ Header 1 ( "chapter-1" , [] , [ ( "number" , "1" ) ] ) [ Str "Chapter" , Space , Str "1" ] , Para [ Str "Here" , Space , Str "is" , Space , Str "a" , Space , Str "footnote." , Note [ Para [ Str "This" , Space , Str "is" , Space , Str "a" , Space , Str "test" ] ] ] , Para [ Str "Here" , Space , Str "is" , Space , Str "a" , Space , Str "second" , Space , Str "footnote." , Note [ Para [ Str "This" , Space , Str "is" , Space , Str "another" , Space , Str "test" ] ] ] ] ] ```