# 带有非数字标记的有序列表

**URL:** https://meta.discourse.org/t/ordered-lists-with-non-number-markers/127745
**Category:** Feature
**Tags:** completed
**Created:** [2019年九月5日 22: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: [2020年四月18日 22: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. 是第一个
2. 是第二个。
3. 是第三个
[/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)._
