author | Martin Geisler <mg@lazybytes.net> |
Sun, 13 Dec 2009 19:24:24 +0100 | |
changeset 10063 | a46478b80ea3 |
parent 10062 | c204431b039e |
child 10064 | 6f30c35766d6 |
--- a/mercurial/minirst.py Sun Dec 13 18:54:54 2009 +0100 +++ b/mercurial/minirst.py Sun Dec 13 19:24:24 2009 +0100 @@ -273,6 +273,7 @@ text = open(sys.argv[1]).read() blocks = debug(findblocks, text) blocks = debug(findliteralblocks, blocks) + blocks = debug(inlineliterals, blocks) blocks = debug(splitparagraphs, blocks) blocks = debug(findsections, blocks) blocks = debug(addmargins, blocks)