Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 ?
@julian Can you help me ?
Sounds like you want to convert html back to markdown, NodeBB doesn't provide any builtin function for this. You will need to use something like https://github.com/mixmark-io/turndown
@baris Thank you !!