|
From: David W. <wo...@cs...> - 2008-02-21 20:21:01
|
Like, for backwards compatibility? Yup, that's certainly a possibility. If there is general approval, I'll code it up. On 21-Feb-08, at 3:17 PM, Yuri Takhteyev wrote: > Can't we check for type of parameters to see whether they are names or > loaded modules? > > - yuri > > On Thu, Feb 21, 2008 at 11:33 AM, David Wolever > <wo...@cs...> wrote: >> At the moment, a list extension names is passed to Markdown(), and >> the Markdown class is responsible for loading them. >> This makes it harder to pragmatically load extensions. >> >> I have written a patch (attached) so that a list of extension >> modules >> will be passed to Markdown(). |