Fragmentor.Processor (fragmentor v0.1.2)
Internal module responsible for processing parsing operations
Link to this section Summary
Link to this section Functions
Link to this function
to_fragments!(html, options \\ [])
@spec to_fragments!(binary(), list()) :: [ Fragmentor.Fragment.Code.t() | Fragmentor.Fragment.Video.t() | Fragmentor.Fragment.Html.t() ]
Link to this function
to_fragments(html, options \\ [])
@spec to_fragments(binary(), list()) :: {:ok, [ Fragmentor.Fragment.Code.t() | Fragmentor.Fragment.Video.t() | Fragmentor.Fragment.Html.t() ]} | {:error, String.t()}
Link to this function
to_html!(markdown, options \\ [compact_output: true])
Link to this function