scope property

MarkdownScope scope
final

The nesting context the current text is being rendered in.

Set by the components that recurse — ATagMd renders its label with MarkdownScope.linkLabel, TableMd renders cells with MarkdownScope.tableCell, and so on. Components whose MarkdownComponent.scopes excludes the current scope are skipped.

Implementation

final MarkdownScope scope;