Class: Coradoc::Markdown::Verse
- Defined in:
- lib/coradoc/markdown/model/verse.rb
Overview
Verse block — preformatted text preserving line breaks but allowing inline formatting. Distinct from a literal block (no formatting) or a code block (no formatting + language hint).
Markdown has no native verse. Serialized as a blockquote with the understanding that verse semantics are lost but line breaks are preserved via hard line breaks.