# HTML list item spacing

**URL:** https://meta.discourse.org/t/html-list-item-spacing/24910
**Category:** Support
**Created:** [February 6, 2015, 2:23pm UTC](https://meta.discourse.org/t/html-list-item-spacing/24910 "2015-02-06T14:23:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [February 6, 2015, 2:23pm UTC](https://meta.discourse.org/t/html-list-item-spacing/24910/1 "2015-02-06T14:23:43Z")

</div>

The following is a quirk of the HTML / Markdown / BBCode support right?

###Raw text

```HTML
<ul>
	<li>Swimming</li>
	<li>Miniature Train</li>
	<li>Orbz</li>
	<li>Go Karts</li>
	<li>Fishing</li>
	<li>Funfair</li>
	<li>Pubs</li>
	<li>and more</li>
</ul>

```

###Expected Output

- Swimming
- Miniature Train
- Orbz
- Go Karts
- Fishing
- Funfair
- Pubs
- and more

###Actual Output

- Swimming
- Miniature Train
- Orbz
- Go Karts
- Fishing
- Funfair
- Pubs
- and more

###Screenshot

 ![](https://global.discourse-cdn.com/meta/original/3X/9/2/92bcd07afa28203435b92e9f6fcb52299105af53.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 6, 2015, 9:59pm UTC](https://meta.discourse.org/t/html-list-item-spacing/24910/2 "2015-02-06T21:59:54Z")

</div>

If I had to guess, related to our “treat CRLF as newline in Markdown” setting.

If this is very important to you, you could turn that off in site settings, but users will get confused in my experience.

---

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [February 6, 2015, 10:14pm UTC](https://meta.discourse.org/t/html-list-item-spacing/24910/3 "2015-02-06T22:14:18Z")

</div>

I’ve had to paste large chunks of HTML into posts…  
… to get that to work I’ve used a HTML Beautifier to with options set to remove additional white space between tags.

EDIT: Thanks for the confirmation @codinghorror, feel free to close this out.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [February 9, 2015, 9:54am UTC](https://meta.discourse.org/t/html-list-item-spacing/24910/4 "2015-02-09T09:54:59Z")

</div>


