MartianEx
  • API Reference
    • Modules
  • MartianEx
    • Sections
      • Supported Markdown Elements
    • Summary
    • Functions
      • markdown_to_blocks/1
  • MartianEx.Notion.Blocks
    • Summary
    • Functions
      • blockquote/2
      • bulleted_list_item/2
      • code/2
      • equation/1
      • heading_one/1
      • heading_three/1
      • heading_two/1
      • image/1
      • numbered_list_item/2
      • paragraph/1
      • table/2
      • table_of_contents/0
      • table_row/1
      • to_do/3
  • MartianEx.Notion.Common
    • Summary
    • Functions
      • rich_text/3
  • MartianEx.Parser
    • Summary
    • Functions
      • parse_blocks/1

MartianEx.Notion.Blocks (MartianEx v0.2.0)

Summary

Functions

blockquote(rich_text, children)
bulleted_list_item(rich_text, children)
code(rich_text, lang)
equation(value)
heading_one(rich_text)
heading_three(rich_text)
heading_two(rich_text)
image(url)
numbered_list_item(rich_text, children)
paragraph(rich_text)
table(children, table_width)
table_of_contents()
table_row(cells)
to_do(checked, rich_text, children)

Functions

Link to this function

blockquote(rich_text, children)

Link to this function

bulleted_list_item(rich_text, children)

Link to this function

code(rich_text, lang)

Link to this function

equation(value)

Link to this function

heading_one(rich_text)

Link to this function

heading_three(rich_text)

Link to this function

heading_two(rich_text)

Link to this function

image(url)

Link to this function

numbered_list_item(rich_text, children)

Link to this function

paragraph(rich_text)

Link to this function

table(children, table_width)

Link to this function

table_of_contents()

Link to this function

table_row(cells)

Link to this function

to_do(checked, rich_text, children)

Hex Package Hex Preview (current file) Download ePub version

Built using ExDoc (v0.30.9) for the Elixir programming language