You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully setup pagedown on a site I am using, but I have run into an
issue when trying to edit HTML that has already been created. I would like to
take a HTML chunk that was created using pagedown, convert it back to markdown
and place it in the editor.
I looked around but didn't see this covered in the documentation. I took a
look in the Markdown.Editor.js file to see if there was a makeMarkdown function
to match the makeHTML function but I didn't see anything.
How do I go about converting HTML back to markdown for editing?
Original issue reported on code.google.com by abemiess...@gmail.com on 2 Apr 2014 at 5:46
The text was updated successfully, but these errors were encountered:
Pagedown doesn't offer this functionality. There are projects out there that do
this, but there's of course no round-tripping guarantee (because that's
impossible).
Original comment by b...@stackoverflow.com on 11 Apr 2014 at 7:58
Original issue reported on code.google.com by
abemiess...@gmail.com
on 2 Apr 2014 at 5:46The text was updated successfully, but these errors were encountered: