We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44140
    • 25 Posts
    I've had a search but I can't see where to report a bug in this plugin, so I'll have to try to do it here.

    The MarkdownOF plugin is not handling <img> tags properly. Since Markdown cannot pass such things as image sizes or class/id information through to HTML, it is permissable to use <img> tags instead where needed.

    Unfortunately the MarkdownOF plugin is erroneously "closing" the image tags with a </img> placed into the HTML output.
      • 44140
      • 25 Posts
      A little bit of an update.

      The bug seems very specific.

      It's to do with showing the "teasers" in lists of articles using the Articles plugin.

      If I put the image into an Articles summary, then the HTML code output is correct.

      However, if the Articles summary is empty and the "teaser" is constructed from the article's content tag, then the <img> tag is not correctly handled and it "closes" it with an </img>