We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eab5a0a + d32afdb commit 403fc70Copy full SHA for 403fc70
jekyll-exporter.php
@@ -245,7 +245,7 @@ function convert_content( $post ) {
245
}
246
247
248
- $content = apply_filters( 'the_content', $post->post_content );
+ $content = get_the_content(null, false, $post);
249
$converter_options = apply_filters( 'jekyll_export_markdown_converter_options', array( 'header_style' => 'atx' ) );
250
$converter = new HtmlConverter( $converter_options );
251
$converter->getEnvironment()->addConverter( new TableConverter() );
0 commit comments