##// END OF EJS Templates
minirst: run inlineliterals too in debug mode
Martin Geisler -
r10063:a46478b8 default
parent child Browse files
Show More
@@ -273,6 +273,7 b' if __name__ == "__main__":'
273 text = open(sys.argv[1]).read()
273 text = open(sys.argv[1]).read()
274 blocks = debug(findblocks, text)
274 blocks = debug(findblocks, text)
275 blocks = debug(findliteralblocks, blocks)
275 blocks = debug(findliteralblocks, blocks)
276 blocks = debug(inlineliterals, blocks)
276 blocks = debug(splitparagraphs, blocks)
277 blocks = debug(splitparagraphs, blocks)
277 blocks = debug(findsections, blocks)
278 blocks = debug(findsections, blocks)
278 blocks = debug(addmargins, blocks)
279 blocks = debug(addmargins, blocks)
General Comments 0
You need to be logged in to leave comments. Login now