How can I get my rest service to display a list such as ingredients to a recipe? I have it displaying as a paragraph. How can I get it to insert carriage returns?
How can I get my rest service to display a list such as ingredients to a recipe? I have it displaying as a paragraph. How can I get it to insert carriage returns?
Hi Alexa,
Please specify more info about your implementation.
In common way you can add "carriage returns" with pre<br/pre html tag.
Regards.