Covfefe v0.0.1 Earmark.Parser View Source
Link to this section Summary
Link to this section Functions
Link to this function
get_footnote_numbers(refs, footnotes, options)
View Source
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
parse(text_lines, options, recursive)
View Source
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, %{}}