I need to add a line for separate datas in my ticket. In html, we used the tag: "hr"
qwerty
qwerty
but, I dont know how is in freemarker. Do you could help me?
You can still output HTML using FreeMarker. FreeMarker is just a template engine that outputs text. The <hr> tag will still work inside your FreeMarker code.
You may use ${'\n'} variable within another freemarker function to create new line in specific place
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With