mytory / mytory-markdown

The plugin get markdown file path on dropbox public link, convert markdown to html, and put it to post content. You can use markdown extra syntax.
28 stars 12 forks source link

Importing text but now formatting #4

Open kevinsullivan opened 7 years ago

kevinsullivan commented 7 years ago

I have simple markdown that's rendering correctly on GitHub. I put the URL for the raw markdown in the correct box and hit update. The markdown is imported but it's not rendered as markdown. It is imported with some HTML tags, like this:

This is: * cool * rad * wild * wicked * neat

I do have JetPack markdown enabled. And I have the text rather than the visual editor open. There is a debug message when I view the post:

mytory markdown debug: Etag was not changed. So content has not been updated.

It's probably a configuration problem on my end, but I can't figure out what it is.

mytory commented 7 years ago

Um... Do you mean it's a problem that plugin convert markdown to html? But it's the function of my plugin.

If I misunderstood, would you explain further detail?

tbdalgaard commented 4 years ago

Hi @kevinsullivan

I think you're issue is related to at conflict between Jetpack and Mytory Markdown. I would recommend you to disable the Jetpark Markdown, and use Mytory Markdown entirely, since it will keep the html and your Markdown. Jetpack has some issues (at least last I checked) where Markdown isn't saved as HTML, which can result in posts break if you disable it later. Please let us know how it works out for you.