refactor(blogo): simplify Blogo implementation using the new plugin, core and plugins package
This commit is contained in:
@@ -28,7 +28,7 @@ const plainTextName = "blogo-plaintext-renderer"
|
||||
|
||||
type painText struct{}
|
||||
|
||||
func NewPlainText() plugin.Plugin {
|
||||
func NewPlainText() plugin.Renderer {
|
||||
return &painText{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user