= Found moinwiki_in bugs = {{{{ {{{a}}} `a` }}}} both are converted to a moinpage_code == Link == no difference: {{{ [[SomePage|text|target=_blank]] [[SomePage|text|&target=_blank]] }}} moinwiki_in adds &target to a link, but `'target=_blank'` must be(or not?) an attribute(as in html). {{{ [[SomePage|{{attachment:samplegraphic.png}}]] }}} `{{attachment:samplegraphic.png}}` raw text, must be an object. {{{ [[http://moinmo.in/|MoinMoin Wiki|class=green dotted,accesskey=1]] [[http://moinmo.in/|MoinMoin Wiki|class=green]] }}} no attributes after conversion. == List == {{{ A:: :: B :: C :: D }}} moinwiki_in doesn't work with this format if definition list . This works: {{{ A:: B :: C :: D }}} == Macro == {{{ <> }}} converts to {{{ 12 }}} Three arguments in the macro, but no empty arguments in DOM. {{{ <> }}} {{{ user AT example DOT com }}} so many arguments after conversion. {{{ ## comment --- empty #ANY any --- as text }}} `@`DATE`@` --- as text