How to convert content markdown to raw data ?
How to convert content markdown to raw data ?
I converted content using this
Sockets.renderPreview = async function (socket, content) {
return await plugins.hooks.fire('filter:parse.raw', content);
};
How to convert to raw data like initial ?
You're viewing a single thread.
All Comments
3 comments
@julian Can you help me ?
1 0 Reply