HTML bullet lists #601
Closed
roughnecks
started this conversation in
General
Replies: 1 comment 1 reply
-
The default styles for most elements have been removed, so you'd need to add your own custom CSS: .bullet-list {
margin-left: 2rem;
list-style: initial;
} <ul class="bullet-list">
<li>Example 1</li>
<li>Example 2</li>
<li>Example 3</li>
</ul> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to make a bullet list in the HTML widget, to no avail. I'm pretty sure the code (tags) are okay, but it just doesn't show up, in fact I get only paragraphs and no errors from glance.
Beta Was this translation helpful? Give feedback.
All reactions