You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello devs. We have issue with converting markdown string # **Project Overview**\n\nThe project to html string.
For convert we use const html = marked.parser( marked.lexer( value ));
As result of convert we have
Please help find solution for correct convertation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello devs. We have issue with converting markdown string
# **Project Overview**\n\nThe project
to html string.For convert we use
const html = marked.parser( marked.lexer( value ));
As result of convert we have
Please help find solution for correct convertation.
Beta Was this translation helpful? Give feedback.
All reactions