Instance Property インスタンスプロパティ

interpretedSyntax

The syntax for intepreting a Markdown string. あるMarkdown文字列を解釈するための構文。

Declaration 宣言

@property NSAttributedStringMarkdownInterpretedSyntax interpretedSyntax;

Discussion 議論

If your Markdown data uses syntax that this setting excludes, the parser still parses it and includes its text in the final result. However, the relevant text won’t have attributes. あなたのMarkdownデータがこの設定が除外する構文を使うならば、パーサは依然としてそれを構文解析します、そしてそれのテキストを最終的な結果に含めます。しかしながら、関連テキストは属性を持たないでしょう。

See Also 参照

Determining Markdown Parsing Options Markdown構文解析オプションを決定する