config property
The configuration in force at this point in the document.
Read GptMarkdownConfig.scope from it to tell a link in a table cell from one in ordinary content, and GptMarkdownConfig.textDirection or GptMarkdownConfig.textScaler when a widget of your own needs them. TableBuilder and OrderedListBuilder already take a whole config for the same reason.
Implementation
final GptMarkdownConfig config;