-
Notifications
You must be signed in to change notification settings - Fork 30
[DOC] More on class ERB #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(ruby/erb#69) * [DOC] More on class �ERB * [DOC] More on class �ERB * More * More * More ruby/erb@d9d73ed58e
| # ``` | ||
| # | ||
| # You can give `trim_mode: '<>'` to suppress the trailing newline | ||
| # for each line that both begins with `'<%'` and ends with `'%<'`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ends with '%>'?
| # | ||
| # You can combine certain trim modes: | ||
| # | ||
| # - `'%-'`: Enable shorthand and omit each blank line ending with `'%>'`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ending with '-%>'?
|
Thanks, @nobu. Will fix these. |
|
@BurdetteLamar Did you use an emoji or unicode in the commit messages on this PR such as "[DOC] More on class �ERB"? I don't want you to use such character in the commit message. Because I cannot understand what it is in the commit message. I also want you to consider using squash commit by |
Adds examples for trim modes.