Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit d352895

Browse files
committed
1 parent 81f6ec4 commit d352895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catsup/reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _highlightcode(m):
7878
# Post properties
7979
elif ':' in line_lower:
8080
line = line.strip().lstrip('-').strip()
81-
name, value = line.split(':', maxsplit=1)
81+
name, value = line.split(':', 1)
8282
post[name.strip()] = value.strip()
8383

8484
elif line.startswith('---'):

0 commit comments

Comments
 (0)