diff --git a/j2o/__main__.py b/j2o/__main__.py index 1fca129..9b2c76f 100644 --- a/j2o/__main__.py +++ b/j2o/__main__.py @@ -127,11 +127,6 @@ def PRINT(*args): if cell["cell_type"] == "markdown": PRINT(markdown_to_org(source_lines)) # PRINT() - # source_lines = [s.replace("
", "") for s in source_lines] - # PRINT(source_lines[0].replace("#", "*")) - # if len(source_lines) > 1: - # PRINT(source_lines[1:]) - # PRINT('# asd') else: # == "code": PRINT(header) PRINT(source_lines)