$(document).on('turbolinks:load', function() { var md = window.markdownit(); $('#post_content').markdown({ parser: md.render.bind(md) }); });