テンプレート言語では、すべてのタグを削除することは可能ですが、段落 ( <p>
) を持つものは保持されますか?
例:
与えられた:
<p>In this lesson, you will learn how to apply....</p>
<br>
<img src="http://example.com/photos/b/8/d/0/60312.jpeg" style="max-height : 700px ; max-width : 700px ; margin : 5px">
<p>After attending this workshop you will always be the star!</p>
<ul><li> Test </li></ul>
最終出力:
<p> In this lesson, you will learn how to apply....</p>
<p>After attending this workshop you will always be the star!</p> Test