We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2a2bf + ea86b36 commit db34c99Copy full SHA for db34c99
1 file changed
markdown.go
@@ -45,7 +45,7 @@ type Markdown interface {
45
// SetParser sets a Parser to this object.
46
SetParser(parser.Parser)
47
48
- // Parser returns a Renderer that will be used for conversion.
+ // Renderer returns a Renderer that will be used for conversion.
49
Renderer() renderer.Renderer
50
51
// SetRenderer sets a Renderer to this object.
0 commit comments