redmine_markdown_extra_formatter icon indicating copy to clipboard operation
redmine_markdown_extra_formatter copied to clipboard

markdown_extra_formatter conflicts with wiki_extensions

Open amorozov opened this issue 15 years ago • 4 comments

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)

amorozov avatar Oct 22 '10 12:10 amorozov

oops, forgot about formatting protection...

The page looks like this:

Test Page

=========

{{ comments}}

{{ comment_form}}

amorozov avatar Oct 22 '10 12:10 amorozov

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)

amorozov avatar Oct 22 '10 12:10 amorozov

thank you for your bug report. I'll fix that in this weekend...

juno avatar Oct 22 '10 15:10 juno

Another vote for this...I need the wiki extensions more than the markdown at the moment but I'd really prefer both. Thanks!

binaryphile avatar Dec 09 '10 22:12 binaryphile