Skip to content

Settings and activity

1 result found

  1. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Tim Baumann commented  · 

    Looking at the source code of the Forge, I found the error: your markdown will be first parsed to html and then the script will make a xml object out of the html (here: http://github.com/Guille/PluginsKit/blob/4905abd4683063941448971000cac32eaf390c05/lib/ForgeMDParser.class.php#L47). In your README.md (http://github.com/arian/animateImage/raw/master/README.md) there are two li closing tags. That's why the output of the markdown parser isn't correct xml and this is the reason why adding fails.

    Tim Baumann supported this idea  ·