From: Waylan L. <wa...@gm...> - 2008-09-03 18:50:38
|
On Tue, Sep 2, 2008 at 4:17 AM, Yuri Takhteyev <qar...@gm...> wrote: >> Would anyone care if we lost all indenting and only did the linebreaks? > > I would guess that no. Python Markdown 1.7 is the only implementation > in Babelmark that does any indentation. If we can do indentation > right, perhaps that's an extra style point. However, if we don't do > the indentation at all, then we get to be like everyone else, which is > also nice. > I just committed this WITHOUT indentation [1] (linebreaks only). I've come to realize that the sample indentETree functions floating around out there are for xml - not html which has a different take on inline elements. I suppose someone could work off the now-working-in-all-edge-cases-I-could-find code and add indentation to that. But I get the feeling there will be quite a few additional edge-cases to work out and I have more important things to work on right now. [1]: http://gitorious.org/projects/python-markdown/repos/mainline/commits/a1c636a05557b1faa207828c9e7102391bdde5c9 -- ---- Waylan Limberg wa...@gm... |