mrdocs::doc::SoftBreakInline
A line break that may render as a space
Synopsis
struct SoftBreakInline
: InlineCommonBase<InlineKind::SoftBreak>
Description
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.
Member Functions
Name |
Description |
|
Construct a soft line break node. |
|
Virtual destructor for inline hierarchy. |
Non-Member Functions
Name |
Description |
Get the plain text representation of an inline element tree. |
|
Get the plain text representation of an inline element tree. |
Created with MrDocs