Use comments instead of a cutoff line.

As per request of michael
This commit is contained in:
noah morrison
2015-03-24 19:42:52 -04:00
parent 98c820fe4f
commit 32fd689544
2 changed files with 21 additions and 20 deletions

View File

@@ -45,15 +45,11 @@ Submission Mode
"""
COMMENT_FILE = """
--% {0} %--
Do not edit the line above.
Type your comment above the line.
All text below the line will be discarded.
If there is nothing but whitespace above the line
then the comment will be discarded.
Replying to {1}'s {2}
{3}
# All lines starting with a # will be ignored
#
# If there is only whitespace left then the comment
# will not be posted.
#
# Replying to {author}'s {type}
{content}
"""