footnote
Convert an array or object to Markdown footnote definitions.
Syntax
{{ value | footnote }}Example
Basic usage
1{2 "notes": [3 "First item",4 "Second item"5 ]6}1{{ notes | footnote }}1[^1]: First item23[^2]: Second itemConvert an array or object to Markdown footnote definitions.
{{ value | footnote }}1{2 "notes": [3 "First item",4 "Second item"5 ]6}1{{ notes | footnote }}1[^1]: First item23[^2]: Second item