У меня есть HTML в виде строки
"<p>This is a slightly longer post about something. Let's see how long this lasts. Okay so this is one paragraph now. </p><p></p><p>Let's write another paragraph, and see how it renders when I read this post later. </p><p></p><p>This is another short paragraph</p>"
Как мне убрать пустые теги p из этой строки, используя Cheerio или JS.
Я пытался искать в Stack Overflow и в Google в целом без четкого рабочего решения.
РЕДАКТИРОВАТЬ: Извинения, я только что заметил, что моя строка имеет довольно много пробелов между тегами:
Вот пример, который появляется, когда я использую console.log в моем приложении :
<p>This is a slightly longer post about something. Let's see how long this lasts. Okay so this is one paragraph now. </p>
<p></p>
<p>Let's write another paragraph, and see how it renders when I read this post later. </p>
<p></p>
<p>Let's write another paragraph, and see how it renders when I read this post later. </p>