lib/kramdown/options.rb in kramdown-1.7.0 vs lib/kramdown/options.rb in kramdown-1.8.0

- old
+ new

@@ -578,8 +578,18 @@ val[k.kind_of?(String) ? str_to_sym(k) : k] = val.delete(k) end val end + define(:footnote_backlink, String, '&#8617;', <<EOF) +Defines the text that should be used for the footnote backlinks + +The footnote backlink is just text, so any special HTML characters will +be escaped. + +Default: '&8617;' +Used by: HTML converter +EOF + end end