Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou committed Feb 1, 2024
1 parent cba379c commit 1270229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion element.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ func (el *Element) MD() string {
case atomx.Blockquote:
b := el.Children().MD()
b = strings.TrimSpace(b)
// panic(b)
return fmt.Sprintf("> %s", b)
default:
fmt.Printf("TODO: Element.MD(): %q\n", el.Atom())
Expand Down

0 comments on commit 1270229

Please sign in to comment.