Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/content/docs/style-guide/formatting/structure/lists.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
pcx_content_type: concept
title: Lists

---

There are three types of lists:
Expand All @@ -15,7 +14,6 @@ Here are some tips when creating lists:
* Keep list items parallel
* Start numbered lists with a command (imperative verb)
* Consistently punctuate by using appropriate sentence + punctuation within the list (periods for full sentences, etc.)
* For numbered lists in markdown, only use 1 as your number. Since markdown auto-creates the numbering, you could get into a situation where you remove a step and the markdown no longer matches the output.

## Bullet points

Expand Down
Loading