mystmd to html convert. dropdown, tabs and ui dot working #1113
Unanswered
minhajsordar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert mystmd to html code. everything working fine except css and javascript, i have not added any javascript or css, because I could not find any. Dropdown not working and ui are not same. I am getting only html code which dose not have any css or javascript. Could you help someone what will be the solution. I am using ReactJS.
async function renderMdToHtml() {
const { MyST } = await import("mystjs");
const myst = new MyST();
console.log(content);
const html = myst.render(content ?? "");
setInnerHTMLContent(html);
}
Beta Was this translation helpful? Give feedback.
All reactions