Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=891232

Tom Hughes <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Tom Hughes <[email protected]> ---
There's an error in the unbundling patch - when it creates the markdown parser
it should do:

  var md = require('markdown').markdown;

not:

  var md = require('markdown');

as the top level parse function exported by the unbundled markdown returns HTML
rather than the parse tree that ronn wants.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=QUIxqNOX3q&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to