How to handle html tags like <p>, <em>, <br> etc. ? #37
Replies: 1 comment
-
This is a parser for Slack's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a string like
<p>this is a <em>meeting<em><p>
. How do i parse this into nodes?Currently i get this error in combinator.ts
text.charAt is not a function at Array.<anonymous> (combinator.ts:46:25) at combinator.ts:9:30 at parseText (mod.ts:28:19) at parse (mod.ts:57:15)
Beta Was this translation helpful? Give feedback.
All reactions