Closed RobertDober closed 4 years ago
here is my footnote[^1] [^1]: here is some [information](http://google.com)
[information](http://google.com) is rendered verbose
[information](http://google.com)
iex(9)> as_ast(x, footnotes: true) {:ok, [ {"p", [], [ "here is my footnote", {"a", [ {"href", "#fn:1"}, {"id", "fnref:1"}, {"class", "footnote"}, {"title", "see footnote"} ], ["1"], %{}} ], %{}}, {"div", [{"class", "footnotes"}], [ {"hr", [], [], %{}}, {"ol", [], [ {"li", [{"id", "fn:1"}], [ {"p", [], [ "here is some [information](http://google.com)", {"a", [ ...
This refers to https://github.com/pragdave/earmark/issues/373
[information](http://google.com)
is rendered verboseThis refers to https://github.com/pragdave/earmark/issues/373