You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/components/MarkdownSample.mdx
+23
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,29 @@ The most annoying thing about lists in Markdown is that `<li>` elements aren't g
161
161
162
162
And finally a sentence to close off this section.
163
163
164
+
## We didn't forget about description lists
165
+
166
+
Well, that's not exactly true, we first released this plugin back in 2020 and it took three years before we added description lists. But they're here now, so let's just be happy about that…okay? They can be great for things like FAQs.
167
+
168
+
<dl>
169
+
<dt>Why do you never see elephants hiding in trees?</dt>
170
+
<dd>
171
+
Because they're so good at it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas
172
+
cupiditate laboriosam fugiat.
173
+
</dd>
174
+
<dt>What do you call someone with no body and no nose?</dt>
175
+
<dd>
176
+
Nobody knows. Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa, voluptas ipsa quia
177
+
excepturi, quibusdam natus exercitationem sapiente tempore labore voluptatem.
178
+
</dd>
179
+
<dt>Why can't you hear a pterodactyl go to the bathroom?</dt>
180
+
<dd>
181
+
Because the pee is silent. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam, quas
182
+
voluptatibus ex culpa ipsum, aspernatur blanditiis fugiat ullam magnam suscipit deserunt illum
183
+
natus facilis atque vero consequatur! Quisquam, debitis error.
184
+
</dd>
185
+
</dl>
186
+
164
187
## There are other elements we need to style
165
188
166
189
I almost forgot to mention links, like [this link to the Tailwind CSS website](https://tailwindcss.com). We almost made them blue but that's so yesterday, so we went with dark gray, feels edgier.
0 commit comments