2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00

Add preview_render README example js

This commit is contained in:
Dave Brondsema 2015-09-03 19:39:18 +00:00
parent f0f496ae92
commit 03aa254d99

View File

@ -103,6 +103,7 @@ var simplemde = new SimpleMDE({
unique_id: "MyUniqueID", unique_id: "MyUniqueID",
delay: 1000, delay: 1000,
}, },
preview_render: my_custom_preview_function,
}); });
``` ```