Skip to content

Commit af4b193

Browse files
committed
apparently these two lines are superfluous now.
1 parent cf7faf7 commit af4b193

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

textile/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,6 @@ def block(self, text):
479479
else:
480480
line = generate_tag(block.outer_tag, block.content,
481481
block.outer_atts)
482-
if block.inner_tag == 'code':
483-
line = block.content
484482
if block.outer_tag != 'pre' and not has_raw_text(line):
485483
line = "\t{0}".format(line)
486484
else:

0 commit comments

Comments
 (0)