MutableContextOptions

constructor(autoPageBreakHeadingMaxDepth: Int? = null, enableAutomaticIdentifiers: Boolean = true, enableLocationAwareness: Boolean = true, subdocumentUrlSuffixes: Set<String> = DEFAULT_SUBDOCUMENT_URL_SUFFIXES, uuidSupplier: () -> String = { Uuid.random().toString() }, enableRemoteMediaStorage: Boolean = false, enableLocalMediaStorage: Boolean = false, remoteMediaFetcher: RemoteMediaFetcher = UrlRemoteMediaFetcher, html: HtmlOptions = HtmlOptions())