# Ordered lists with non-number markers

**URL:** https://meta.discourse.org/t/ordered-lists-with-non-number-markers/127745
**Category:** Feature
**Tags:** completed
**Created:** [9월 5, 2019, 10:43오후 UTC](https://meta.discourse.org/t/ordered-lists-with-non-number-markers/127745 "2019-09-05T22:43:25Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [4월 18, 2020, 10:50오후 UTC](https://meta.discourse.org/t/ordered-lists-with-non-number-markers/127745/5 "2020-04-18T22:50:17Z")

</div>

해당 목록에 래퍼와 일부 CSS를 추가하세요

게시글에서 사용:

```plaintext
[wrap="letterlist"]
1. is the first
2. is the second.
3. is the third
[/wrap]

```

테마에 추가:

```css
.cooked div[data-wrap="letterlist"]
  list-style: upper-alpha;
}

```

---

_[View the full topic](https://meta.discourse.org/t/ordered-lists-with-non-number-markers/127745)._
