aboutsummaryrefslogtreecommitdiff
path: root/scripts/comments.py
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-14 22:20:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-14 22:20:41 -0700
commitb95823f4db6fb9943790bbffd693ca9756ca954e (patch)
tree490d7dbee58337dfe3b0b436e2025793ef1622cf /scripts/comments.py
parent5d2afd389478667d0c44ddf584bd93b9377e927e (diff)
downloadpandoc-b95823f4db6fb9943790bbffd693ca9756ca954e.tar.gz
Minor code reformatting in script examples.
Diffstat (limited to 'scripts/comments.py')
-rwxr-xr-xscripts/comments.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/comments.py b/scripts/comments.py
index 5700c3485..304af1a2d 100755
--- a/scripts/comments.py
+++ b/scripts/comments.py
@@ -2,7 +2,8 @@
from pandoc import toJSONFilter
import re
-"""Pandoc filter that causes everything between
+"""
+Pandoc filter that causes everything between
'<!-- BEGIN COMMENT -->' and '<!-- END COMMENT -->'
to be ignored. The comment lines must appear on
lines by themselves, with blank lines surrounding