From: Waylan L. <wa...@gm...> - 2010-05-04 16:15:20
|
That is a new work in progress which was only started within the last few months. It actually is enabled with the extra extension as it exists in the repo. But, as you noted, it is a little buggy. Once the bugs are worked out, documentation will be added, and after the next release, that documentation will be copied to the official docs. Of course, patches are welcome. On Tue, May 4, 2010 at 12:05 PM, Kolya Ay <kol...@gm...> wrote: > Hi, > > I have traversed the source of git master version of Markdown and > noticed that there is an option to use markdown syntax in block level > tags. > So i'm setting attribute `markdown_in_raw` of `HtmlBlockPreprocessor` > to `True` and trying to make html-table: > > This *table* is not too complicated: > > <table markdown> > <tr><td>Hello, **world**!</td></tr> > <table> > > This produces the following result: > > <p>This <em>table</em> is not too complicated:</p> > <table> > > <p><tr><td>Hello, <strong>world</strong>!</td></tr> > <table></p> > > Note extra <p> elements in theresult. > Is this behavior a bug that I must submit? Why markdown_in_raw option > is not documented? > > Regards, > Kolya > > ------------------------------------------------------------------------------ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg |