Skip to content

Commit

Permalink
Remove an outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Sep 17, 2021
1 parent fa5b4cb commit 45180f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/renderer/renderer.go
Expand Up @@ -97,8 +97,6 @@ func (r Renderer) image(w io.Writer, node *ast.Image, entering bool) {
}

func (r Renderer) blockquote(w io.Writer, node *ast.BlockQuote, entering bool) {
// TODO: Renderer.blockquote: needs support for subnode rendering;
// ideally to be merged with paragraph
if entering {
if node := node.AsContainer(); node != nil {
for _, child := range node.Children {
Expand Down

0 comments on commit 45180f9

Please sign in to comment.