Currently markdown2.py requires a very recent version of Python (possibly >=2.5).
This email indicates that this isn't ideal:
> Hi Trent. Is it possible to run this from the BBEdit Unix Filters > menu? I've just dropped it into the right folder, but running it on a > text selection gives this: > > Syntax error line 88. Invalid syntax: > > for ch in '\`*_{}>#+-.!') >
Comment #1
Posted on Nov 6, 2007 by Grumpy RhinoBBEDit in the case above is using the system Python. On Mac OS X Tiger the default system Python is 2.3.
Perhaps 'mk test' should be made to run the test suite with all available Python versions.
Comment #2
Posted on Nov 6, 2007 by Grumpy Rhinor84: 'mk test' tests with all available Python versions
Comment #3
Posted on Nov 6, 2007 by Grumpy Rhinor84: this now works with Python 2.3
Status: Fixed
Labels:
Type-Defect
Priority-Medium