require "test_helper" require "govspeak_test_helper" class GovspeakFootnoteTest < Minitest::Test include GovspeakTestHelper test_given_govspeak " Footnotes can be added[^1]. [^1]: And then later defined. Footnotes can be added too[^2]. [^2]: And then later defined too." do assert_html_output '
Footnotes can be added[footnote 1].
Footnotes can be added too[footnote 2].
And then later defined. [go to where this is referenced]
And then later defined too. [go to where this is referenced]