WP-MarkDown
WP-MarkDown copied to clipboard
markdownify updates for GitHub flavor like codeblocks
Update in regards to the #69 issue.
Hi @magadanskiuchen
I've published some automated tests. (If you rebase this PR onto master then they'll run in Travis automatically).
I've run the tests locally, and your changes seem to break some of them (it seems like some code blocks in HTML are not being converted to markdown and instead are left as <pre><code>
.
Not all code blocks have classes, and I think this is failing in those instances.