markdown_extra_formatter conflicts with wiki_extensions
Hi!
Recently I've switched from textile formatter to markdown_extra (v0.0.6) and discovered that macros from wiki_extensons, particularly {{comments}} and {{comment_form}} can't be rendered correctly.
Also fnlist macro can't be executed.
So a simple page like this: -------------- 8< --------------- >8 ---------------
Test Page
{{comments}} {{comment_form}} -------------- 8< ---------------->8 ----------------
is rendered smth like this:
TestPage
Error executing the comments macro (undefined method `call' for nil:NilClass)
Error executing the comment_form macro (undefined method `call' for nil:NilClass)
Error executing the fnlist macro (undefined method `call' for nil:NilClass)
oops, forgot about formatting protection...
The page looks like this:
Test Page
=========
{{ comments}}
{{ comment_form}}
And the rendered view looks like this:
Test Page
Error executing the comments macro (undefined method `call' for nil:NilClass)
Error executing the comment_form macro (undefined method `call' for nil:NilClass)
Error executing the fnlist macro (undefined method `call' for nil:NilClass)
thank you for your bug report. I'll fix that in this weekend...
Another vote for this...I need the wiki extensions more than the markdown at the moment but I'd really prefer both. Thanks!