https://bugzilla.wikimedia.org/show_bug.cgi?id=60275

--- Comment #6 from Erik Bernhardson <ebernhard...@wikimedia.org> ---
You can convert any parsoid html to wikitext with 

    Flow\ParsoidUtils::convert( 'html', 'wt', $htmlContent );

That is currently inefficient, the content came in as wikitext and was
converted to html.  Easiest way for now would be to add an internal cache to
ParsoidUtils such that after converting wt->html, asking for the wikitext of
that html retrieves it from the cache.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to