Skip to content

Commit 77f0edb

Browse files
committed
remove comments
1 parent 7ef2d05 commit 77f0edb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rich/markdown.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ def on_text(self, context: MarkdownContext, text: TextType) -> None:
335335
self.content.append(text, context.current_style)
336336
else:
337337
self.content.append_text(text)
338-
# text = Text(text) if isinstance(text, str) else text
339-
# text.stylize(context.current_style)
340-
# self.content.append_text(text)
341338

342339

343340
class ListElement(MarkdownElement):

0 commit comments

Comments
 (0)