Type Method
isMarkupFile(_:)
Checks if a file is a markup file; that is, either a reference documentation file or a tutorial file.
static func isMarkupFile(_ url: URL) -> Bool
Parameters
urlThe file to check.
Return Value
Whether or not the file at url is a markup file.