Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-06 Thread cormullion
On 6 Nov 2007, at 07:20, Trent Mick wrote: On 11/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks! Although there were other problems as well, after this one went away. Not being a Python-eer, I'll leave it for now. As of revision 85 markdown2.py should work with Python 2.3. Please

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-06 Thread cormullion
On 6 Nov 2007, at 18:38, [EMAIL PROTECTED] wrote: On 6 Nov 2007, at 07:20, Trent Mick wrote: On 11/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks! Although there were other problems as well, after this one went away. Not being a Python-eer, I'll leave it for now. As of revision

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread Jan Erik Moström
Trent Mick [EMAIL PROTECTED] 07-11-04 14.21 I believe this is a case of markdown2.py not working with older versions of Python. Do you know what version of Python BBEdit is using here? (I don't use BBEdit so I'm not sure if it is using the system Python or its own private build of Python.

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread Jacob Rus
[EMAIL PROTECTED] wrote: for ch in '\\`*_{}[]()#+-.!') Generator expressions were introduced in python 2.4 I believe. You'll want to add `[` and `]` on the inside of those parentheses, to make this a list comprehension instead, and things should then just work fine.

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread cormullion
On 5 Nov 2007, at 10:13, Jacob Rus wrote: [EMAIL PROTECTED] wrote: for ch in '\\`*_{}[]()#+-.!') Generator expressions were introduced in python 2.4 I believe. You'll want to add `[` and `]` on the inside of those parentheses, to make this a list comprehension

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread Trent Mick
Generator expressions were introduced in python 2.4 I believe. You'll want to add `[` and `]` on the inside of those parentheses, to make this a list comprehension instead, and things should then just work fine. ... Yup, thanks. :) Trent -- Trent Mick [EMAIL PROTECTED]

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread Trent Mick
On 11/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks! Although there were other problems as well, after this one went away. Not being a Python-eer, I'll leave it for now. As of revision 85 markdown2.py should work with Python 2.3. Please let me know if it fails for you. Cheers, Trent

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-04 Thread cormullion
On 3 Nov 2007, at 00:12, Trent Mick wrote: I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) 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

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-04 Thread Trent Mick
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 '\\`*_{}[]()#+-.!') I believe this is a case of

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-04 Thread cormullion
On 4 Nov 2007, at 22:21, Trent Mick wrote: 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

ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-02 Thread Trent Mick
Hello all, I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) http://code.google.com/p/python-markdown2/ It should be a drop-in replacement for [markdown.py](http://www.freewisdom.org/projects/python-markdown/). It fixes some issues that I ran into

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-02 Thread John Gruber
On Nov 2, 2007, at 8:12 PM, Trent Mick wrote: I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) Nice. -J.G. ___ Markdown-Discuss mailing list Markdown-Discuss@six.pairlist.net