[
) or images (![
).
Modifier and Type | Field and Description |
---|---|
public boolean | allowed
Whether this bracket is allowed to form a link/image (also known as "active"). |
public boolean | bracketAfter
Whether there is an unescaped bracket (opening or closing) anywhere after this opening bracket. |
public final Position | contentPosition
The position of the content (after the opening bracket) |
public final boolean | image
Whether this is an image or link. |
public final Position | markerPosition
The position of the marker for the bracket ( |
public final Text | |
public final Bracket | previous
Previous bracket. |
public final Delimiter | previousDelimiter
Previous delimiter (emphasis, etc) before this bracket. |
Access | Constructor and Description |
---|---|
private |
allowed | back to summary |
---|---|
public boolean allowed Whether this bracket is allowed to form a link/image (also known as "active"). |
bracketAfter | back to summary |
---|---|
public boolean bracketAfter Whether there is an unescaped bracket (opening or closing) anywhere after this opening bracket. |
contentPosition | back to summary |
---|---|
public final Position contentPosition The position of the content (after the opening bracket) |
image | back to summary |
---|---|
public final boolean image Whether this is an image or link. |
markerPosition | back to summary |
---|---|
public final Position markerPosition The position of the marker for the bracket ( |
node | back to summary |
---|---|
public final Text node |
previous | back to summary |
---|---|
public final Bracket previous Previous bracket. |
previousDelimiter | back to summary |
---|---|
public final Delimiter previousDelimiter Previous delimiter (emphasis, etc) before this bracket. |
Bracket | back to summary |
---|---|
private Bracket(Text node, Position markerPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter, boolean image) |
image | back to summary |
---|---|
public static Bracket image(Text node, Position markerPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter) |
link | back to summary |
---|---|
public static Bracket link(Text node, Position markerPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter) |