.Pollenextensionformat
function defined in module
Pollen
extensionformat(Val(Symbol(ext)))
Define a default
Format for parsing files with extension
ext.
For example
extensionformat(Val(:html)) == HTMLFormat(), so
parse(p"index.html") dispatches to
parse(p"index.html", HTMLFormat())
There are
5
methods for Pollen.extensionformat:
The following pages link back here:
formats/format.jl , formats/html.jl , formats/jupyter.jl , formats/markdown.jl