mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 21:01:51 +00:00
4 lines
146 B
JavaScript
4 lines
146 B
JavaScript
$(document).on('turbolinks:load', function() {
|
|
var md = window.markdownit();
|
|
$('#post_content').markdown({ parser: md.render.bind(md) });
|
|
});
|