Skip to content

Commit

Permalink
fine grained control of paths 2
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Jul 25, 2024
1 parent eb7ec3d commit bdd69c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions j2o/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ def PRINT(*args):
if cell["cell_type"] == "markdown":
PRINT(markdown_to_org(source_lines))
# PRINT()
# source_lines = [s.replace("<br>", "") 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)
Expand Down

0 comments on commit bdd69c4

Please sign in to comment.