Document.inlineElements

List of elements that are considered inline for pretty printing. The default for a Document are hard-coded to something appropriate for HTML. For XmlDocument, it defaults to empty. You can modify this after construction but before parsing.

class Document
string[] inlineElements;

Meta

History

Added June 21, 2021 (included in dub release 10.1)