LoginSignup
20
17

More than 5 years have passed since last update.

text.hamlで空行(改行)をいれる

Last updated at Posted at 2012-03-26

RailsでビューをhamlにしているとActionMailerが使うテンプレートもhamlになるのだけど、それで改行を入れたいという話。

\(バックスラッシュ)をいれればよい

こんにちは
/
さようなら

といれれば

こんにちは

さようなら

となる

see also : http://stackoverflow.com/questions/6014116/rails-haml-line-breaks-in-text-mail

20
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
17