A line break that may render as a space
<mrdocs/Metadata/DocComment/Inline/SoftBreakInline.hpp>struct SoftBreakInline
: InlineCommonBase<InlineKind::SoftBreak>
Syntax:
This is the first part of a line,
and this is the continuation on the next line.
Placing a backslash (\) at the end of a line, followed by a new line, can also create a soft line break. This method is often preferred because it is less susceptible to space-trimming issues.
This is the first part of a line,\
and this is the continuation on the next line.
| Name | Description |
|---|---|
InlineCommonBase<InlineKind::SoftBreak> | Base class for providing variant discriminator functions. |
| Name | Description |
|---|---|
SoftBreakInline [constructor] | Construct a soft line break node. |
~SoftBreakInline [destructor] [virtual] | Virtual destructor for inline hierarchy. |
operator== | Equality compares soft breaks (trivial). |
operator<=> | Order soft breaks (trivial). |
| Name |
|---|
isCode |
isCopyDetails |
isEmph |
isFootnoteReference |
isHighlight |
isImage |
isLineBreak |
isLink |
isMath |
isReference |
isSoftBreak |
isStrikethrough |
isStrong |
isSubscript |
isSuperscript |
isText |
| Name |
|---|
kind_id |
| Name | Description |
|---|---|
getAsPlainText | Get the plain text representation of an inline element tree. |
getAsPlainText | Get the plain text representation of an inline element tree. |