とを内側に保ちながら
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正しい方法はおそらく xslt を使用することですが、短いフラグメントを扱っているだけの場合は、次の方法で回避できます。
str.split('<br/>').map{|p| '<p>' + p + '</p>'}.join