maxMarkdownLength top-level constant

int const maxMarkdownLength

Maximum markdown content length before truncation.

Implementation

const maxMarkdownLength = 100000;