package
0.6.1
Repository: https://github.com/brittonhayes/notionmd.git
Documentation: pkg.go.dev

# Functions

Blocks splits an array of blocks into chunks of 100 blocks each.
RichText builds a new rich text block every 2000 characters of the provided string content.
RichTextWithLink builds a new rich text block every 2000 characters of the provided string content with a link.

# Constants

BlockLimit is the maximum number of blocks that can be sent in a single request.
CharacterLimit is the maximum number of characters that can be sent in a single rich text block.