Skip to content

Commit

Permalink
cell_marker is another jupytext cell metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Oct 23, 2018
1 parent bced502 commit b52e8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupytext/cell_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Pre-jupytext metadata
'skipline', 'noskipline',
# Jupytext metadata
'lines_to_next_cell', 'lines_to_end_of_cell_marker'])
'cell_marker', 'lines_to_next_cell', 'lines_to_end_of_cell_marker'])
_PERCENT_CELL = re.compile(
r'(# |#)%%([^\{\[]*)(|\[raw\]|\[markdown\])([^\{\[]*)(|\{.*\})\s*$')

Expand Down

0 comments on commit b52e8ff

Please sign in to comment.