JetPack Email sending subscribers Markdown rather than HTML

  • Unknown's avatar

    How do I get JetPack’s Newsletter email to send HTML rather than Markdown?

    I write my blog’s posts in Markdown.

    They are saved in the database as Markdown. There is no content in the post_content_filtered table.

    I do not use the JetPack Markdown renderer.

    When JetPack sends an email to my subscribers, it sends the Markdown.

    I am using the “full text” option – but JetPack doesn’t use the_content() – it just sends raw Marksdown.

    If I switch to sending excerpts, JetPack doesn’t use get_the_excerpt() – it just grabs the first few characters of Markdown and sends them.

    Here’s an example:

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Why do you write your posts in Markdown instead of the standard html? You find more info about Jetpack and markdown at https://wordpress.com/support/wordpress-editor/blocks/markdown-block/

  • The topic ‘JetPack Email sending subscribers Markdown rather than HTML’ is closed to new replies.