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