Intermediate 1 min read

Get an array from a list in textarea that uses line breaks

`{% assign arrayOfContent = textAreaContent | newline_to_br | strip_newlines | split: '<br />' %}`

By Joe Pichardo
{% assign arrayOfContent = textAreaContent | newline_to_br | strip_newlines | split: '<br />' %}

Discussion

Loading comments...