mrdocs::doc::QuoteBlock
A quoted block of text.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block/QuoteBlock.hpp>
struct QuoteBlock final
: BlockCommonBase<BlockKind::Quote>
, BlockContainer
Description
Syntax:
> quoted text
Multi‐line quotes:
> This is the first line of a multi-line quote.
> This is the second line.
> And this is the third.
Nested quotes:
> This is the outer quote.
>
> > This is a nested quote within the outer quote.
> >
> > > This is a further nested quote.
Quotes with other markdown elements:
> ### Important Note
>
> - This blockquote contains a heading.
> - And a list item.
>
> *Emphasis* and **strong emphasis** also work within blockquotes.
Base Classes
| Name | Description |
|---|---|
Base class for providing variant discriminator functions. |
|
A composite block that stores a sequence of child blocks. |
Non-Member Functions
Name |
Description |
Determine if the inline is empty |
|
Removes leading whitespace from the first text elements |
|
Removes leading whitespace from the block. |
|
Removes trailing whitespace from the last text elements |
|
Removes trailing whitespace from the block. |
|
Removes leading and trailing whitespace from the block. |
|
Removes leading and trailing whitespace from the text elements |
Created with MrDocs