Re: comments trump newline?
"Jonathan Revusky" <[email protected]>
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <[email protected]> |
This is the expected behavior, unless your template begins with something like <#ftl strip_whitespace=false> Whitespace between non-outputting elements (comments among them) is stripped. Also, the whitespace on a line that contains only non-outputting elements is ignored. JR On Wed, Jun 25, 2008 at 6:39 AM, Zemian Deng <[email protected]> wrote: > Hi list, > > I have this template: > > ONE > <#-- comment here --> > TWO > <#-- --> > THREE > ===== > ONE > <#-- comment here --> > > <#-- --> > THREE > > And I get this output: > ONE > TWO > THREE > ===== > ONE > THREE > > Should I be getting a empty line above the second THREE? I tried with > multiple empty lines between comments, and they all get stripped out. > Is this expected? > > Thanks, > -Z > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > FreeMarker-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freemarker-user > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php