Large Block limit length

How does Logseq define a large block limit ?
is it 500 words ? 600 words ? what is the cut off ?
How do I find this out or does anyone know ?

Also is there some sort of auto-formatter available that people can convert their markdown files to Outliner type…

i need to know the answer to this question as well

1 Like

The length is 10000 characters and is configurable in the config.edn

 ;; Block content larger than `block/content-max-length` will not be searchable
 ;; or editable for performance.
 ;; Default value: 10000
 :block/content-max-length 10000

And you can split large blocks using the Split Block plugin