Files
2024-03-14 11:04:26 -07:00

357 B

% pandoc -t native
::: {#something}
Text with a footnote.[^3]

[^3]: A footnote.
:::
^D
[ Div
    ( "something" , [] , [] )
    [ Para
        [ Str "Text"
        , Space
        , Str "with"
        , Space
        , Str "a"
        , Space
        , Str "footnote."
        , Note [ Para [ Str "A" , Space , Str "footnote." ] ]
        ]
    ]
]