mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 16:51:50 +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) });
|
||
|
});
|