mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 06:07:36 +08:00
chore: fix comment referring to wrong class
This commit is contained in:
parent
8e613c5e70
commit
ab2c456851
@ -85,7 +85,7 @@ type ConfluenceImageRenderer struct {
|
||||
ImageAlign string
|
||||
}
|
||||
|
||||
// NewConfluenceRenderer creates a new instance of the ConfluenceRenderer
|
||||
// NewConfluenceImageRenderer creates a new instance of the ConfluenceImageRenderer
|
||||
func NewConfluenceImageRenderer(stdlib *stdlib.Lib, attachments attachment.Attacher, path string, imageAlign string, opts ...html.Option) renderer.NodeRenderer {
|
||||
return &ConfluenceImageRenderer{
|
||||
Config: html.NewConfig(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user