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
You will probably need to extract the plaintext Markdown from the HTML first. That's what I do with Markdown Here when getting the MD that the user has typed into an email. My HTML-to-text code is here, although there might be better out there.
Is this possible to process the markup within HTML? I have such a markdown code from one jekyll project:
I want to switch into marked. So I need to make code inside the tags with
markdown="1"
attribute processable. How can I do this?The text was updated successfully, but these errors were encountered: