Closed gabrielmdrd closed 3 years ago
Ok I found the answer. I have built a dark theme so the whole color is white and the background color of the md editor is also white. So, this is why I couldn't see the preview.
To fix it I just applied a new CSS class on the md editor.
.md-editor {
color: black;
}
Hello, I'm facing an issue, the preview is not working. You can find my prerender function just below.
Thank you in advance for your help.
Best Regards,