From 850611d895406a9d0b56d538a056e5312c153b52 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 6 Jan 2016 16:56:27 -0800 Subject: [PATCH] Add nested definition list to docs example Refs #18458 [skip sauce] --- docs/content/typography.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/typography.md b/docs/content/typography.md index a028e5e1d2..30b9ca0ded 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -233,6 +233,14 @@ Align terms and descriptions horizontally by using our grid system's predefined
Truncated term is truncated
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
+ +
Nesting
+
+
+
Nested definition list
+
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
+
+
{% endexample %} -- 2.47.2