#Nesta Plugin Footnote
Add
gem 'nesta-plugin-footnote', :git => "git://github.com/ms/nesta-plugin-footnote.git"
to your Gemfile and run
bundle
To use Markdown
- fn = Nesta::Plugin::Footnote::Footnotes.new
%h1 Example
:markdown
This is a test of the footnote functionality #{fn.footnote("Does this work?")}. If
it works, I'll be pretty darn happy. #{fn.footnote("It'll be awesome!")}
#{fn.printfootnotes}
(Notice that the file itself is a .haml file, so that we can call ruby methods. Inspired from Maldini, thanks to the author.)
MIT
Welcome and probably needed. Fork and submit a pull request.
Cheers.