mrdocs::doc::FootnoteDefinitionBlock
Text defining the content of a footnote reference.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block/FootnoteDefinitionBlock.hpp>
struct FootnoteDefinitionBlock final
: BlockCommonBase<BlockKind::FootnoteDefinition>
, BlockContainer
Base Classes
| Name | Description |
|---|---|
Base class for providing variant discriminator functions. |
|
A composite block that stores a sequence of child blocks. |
Member Functions
Name |
Description |
|
Construct an empty footnote definition. |
|
|
Equality operators |
|
Three‐way comparison operators |
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 |
Description
Syntax:
This is a sentence with a footnote[^1].
[^1]: This is the content of the footnote. It can also have multiple paragraphs.
Here is the second paragraph, which needs to be indented.
Created with MrDocs