public final class NSAttributedStringMarkdownInterpretedSyntax
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Full
Interpret the full Markdown syntax and produce all relevant attributes
|
static long |
InlineOnly
Parse all Markdown text, but interpret only attributes that apply to inline spans.
|
static long |
InlineOnlyPreservingWhitespace
Like …InlineOnly, but do not interpret multiple consecutive instances of whitespace as a single separator space.
|
public static final long Full
public static final long InlineOnly
public static final long InlineOnlyPreservingWhitespace