テキストのいくつかの文を含む段落を繰り返し処理し、各文の最初と最後に li タグを挿入するスクリプトを作成しようとしています。これは可能ですか?
では、この段落をめくって
<p>
Give your work the edge with this pencil. Awesome design, and chunky gold finish. Get the look.
</p>
この順序付けられていないリストに
<p>
<ul>
<li>
Give your work the edge with this pencil.
</li>
<li>
Awesome design, and chunky gold finish.
</li>
<li>
Get the look.
</li>
</ul>
</p>