Class: Coradoc::Markdown::DefinitionTerm
- Defined in:
- lib/coradoc/markdown/model/definition_term.rb
Overview
DefinitionTerm model representing a term in a definition list.
A term can have multiple definitions and can span multiple lines. Terms can also have IAL attributes attached.
A term can carry a nested DefinitionList when the original document
had structured sub-entries (e.g. glossary sub-terms). When nested
is present, the serializer's nested_html strategy kicks in to emit
HTML <dl> structure that Markdown syntax cannot express.