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 ?