• I was reading the code, and looking at the output. As far as I can tell, there is a line of code
    $post->post_markdown = new HTML_To_Markdown( apply_filters( 'the_content', $post->post_content ) );
    but that variable is never referred to again. The JSON output file contains HTML, not Markdown.

  • The topic ‘The markdown is generated, but not output’ is closed to new replies.