Replies: 1 comment 4 replies
-
You can create an unordered list like this: html()->element('ul')->children([
html()->element('li')->text('List item 1'),
html()->element('li')->text('List item 2'),
html()->element('li')->text('List item 3'),
]); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
maybe you can add a feature to use the br and li tag syntax to make it easier to work on (just in case)
Beta Was this translation helpful? Give feedback.
All reactions