Earmark v1.2.4 Earmark.Parser
Link to this section Summary
Link to this section Functions
Link to this function
get_footnote_numbers(refs, footnotes, options)
get_footnote_numbers([{String.t(), number()}], Earmark.Block.ts(), %Earmark.Options{breaks: term(), code_class_prefix: term(), do_sanitize: term(), do_smartypants: term(), file: term(), footnote_offset: term(), footnotes: term(), gfm: term(), line: term(), mapper: term(), messages: term(), pedantic: term(), plugins: term(), render_code: term(), renderer: term(), sanitize: term(), smartypants: term()}) :: Earmark.Block.ts()
Link to this function
handle_footnotes(blocks, options, map_func)
Link to this function
parse(text_lines)
Link to this function
parse(text_lines, options, recursive)
parse([String.t()], %Earmark.Options{breaks: term(), code_class_prefix: term(), do_sanitize: term(), do_smartypants: term(), file: term(), footnote_offset: term(), footnotes: term(), gfm: term(), line: term(), mapper: term(), messages: term(), pedantic: term(), plugins: term(), render_code: term(), renderer: term(), sanitize: term(), smartypants: term()}, boolean()) :: {Earmark.Block.ts(), %{}}