GFMFlavour Descriptor
open class GFMFlavourDescriptor(useSafeLinks: Boolean = true, absolutizeAnchorLinks: Boolean = false, makeHttpsAutoLinks: Boolean = false) : CommonMarkFlavourDescriptor
GitHub Markdown spec based flavour, to be used as a base for other flavours.
Parameters
use Safe Links
true if all rendered links should be checked for XSS and false otherwise. See makeXssSafeDestination
absolutize Anchor Links
true if anchor links (e.g. #foo) should be resolved against baseURI and false otherwise
make Https Auto Links
enables use of HTTPS schema for auto links.
Inheritors
Functions
Link copied to clipboard
open override fun createHtmlGeneratingProviders(linkMap: LinkMap, baseURI: URI?): Map<IElementType, GeneratingProvider>
Link copied to clipboard