Plain text is quickest for editors and fields, Markdown fits source documents, and HTML supplies only semantic paragraph or list tags. The selected format changes separators and wrappers, while the deterministic content units still come from the same seed-driven model.

HTML output remains text

LoremKit displays generated markup in a preformatted text surface and copies or downloads it byte for byte. It never inserts the output with innerHTML, executes it, fetches linked resources, or accepts arbitrary tags. The only emitted elements are p for prose and ul with li for lists.

Compare wrappers with byte evidence

The same content can have different output lengths because tags, list markers, indentation, and line breaks add code points and UTF-8 bytes. Use the reported total to size a fixture or compare exports, not to predict a third-party field limit whose normalization rules are unknown.

Replace filler text before publishing

Placeholder text reveals spacing, wrapping, rhythm, and component capacity, but it cannot prove that real copy is clear, accurate, accessible, translated, or legally sufficient. Review the final layout again after authored content replaces every generated block, especially headings, links, labels, alternative text, and validation messages.