Frank

Results 28 comments of Frank

Unfortunately the current design doesn't support overriding parent methods, because `HtmlRenderer` doesn't have any methods. It just fills a struct with function pointers on init (which are not accessible from...

You can add `nesting_level=6` to `CustomHTMLRenderer` to add id attributes to the HTML headers. And `HtmlTocRenderer` can be used to render the input text to a nested list of header...

Sorry, I don't have Windows. And currently I don't have much time to figure out how to build things on Windows. Using a pure-Python markdown parser might be a lot...

@samuelcolvin Thanks for the suggestion. I'll take a look at it, but I don't know when I can.

Just as the title says. To make writing tests a little bit easier.

I'm not sure if it's feasible to adapt or make an ORM for Momoko. Personally I don't like ORMs, because it looks like complex things like joins and relations look...

Ok, I won't need an ORM for myself so I won't do this.

I'll study and test it next week. I don't have time this week. :)

Ubuntu doesn't keep everything up-to-date and some stuff is too old to use. You should use virtualenv and pip/easy_install to get the most recent Python packages. The way you have...