transmute v0.1.0 Transmute.Plugin.Text
iex> section do
...> heading(do: "Heading 1")
...> paragraph do
...> "Para 1"
...> end
...> end
{:section, %{},
[
{:heading, %{h: 1}, "Heading 1"},
{:paragraph, %{}, "Para 1"}
]}
Link to this section Summary
Link to this section Functions
Link to this macro
bold() (macro)
Link to this macro
bold(props) (macro)
Link to this macro
bold(props, list) (macro)
Link to this macro
heading() (macro)
Link to this macro
heading(props) (macro)
Link to this macro
heading(props, list) (macro)
Link to this macro
list() (macro)
Link to this macro
list(props) (macro)
Link to this macro
list(props, list) (macro)
Link to this macro
paragraph() (macro)
Link to this macro
paragraph(props) (macro)
Link to this macro
paragraph(props, list) (macro)
Link to this macro
section() (macro)
Link to this macro
section(props) (macro)
Link to this macro