type Converter interface {
// Convert the supplied item with all paths relative to the supplied base route Convert(aliasResolver func(alias string) *model.Item, pathProvider paths.Pather, item *model.Item) (convertedContent string, converterError error)
}