On Thu, Jan 15, 2009 at 2:50 PM, Johan Sørensen <[email protected]> wrote: > > On Thu, Jan 15, 2009 at 5:26 PM, Waylan Limberg <[email protected]> wrote: >> We eventually completely dropped the CamelCase syntax and only use >> bracketed links. It's a lot more flexible and and doesn't surprise >> authors with links in places they never expected or intended. > > You're right, it is going to cause more trouble than worth in the long > run. I've changed it to only allow bracketed links (will add escaping > of brackets soon).
Yeah, I noticed your more recent changes. Things are much better now. Nicely done. > Since you're such a markdown enthusiast, you may be interested in > knowing that the markdown library we're using is Discount > (http://www.pell.portland.or.us/~orc/Code/discount/) with a thin ruby > binding. I had noticed that at some point (maybe from your commit log) and am aware of the project. Anyway, you are not gong to like this but I found a really obscure bug. I have tested it on Discount directly and can't reproduce it their, so either its a bug with RDiscount or your code. I had a strange problem with one of my documents where a chunk of text was simply missing from the middle when rendered. It appears the problem is related to < and > signs in code blocks. Perhaps they are being misinterpreted as html by the parser or something. I have provided the most basic example of the problem I could find here: http://gitorious.org/projects/python-markdown/pages/Sandbox If you look at the markdown source, that's obviously not correct. I tried other variations as can be seen in the page history, but this is the only one that fails. Unfortunately, RDiscount is not available on Babelmark [1] for testing like Discount is. So I'm not sure where the bug originates from. [1]: http://babelmark.bobtfish.net/ -- ---- Waylan Limberg [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
