Fusce mollis quam lorem, et gravida arcu laoreet ut. Pellentesque et malesuada mi. Morbi faucibus nisl nec nulla porta, ac scelerisque elit finibus.
+The Road goes ever on and on+
+Out from the door where it began.
Donec varius, ipsum sit amet lobortis tristique, quam arcu pellentesque turpis, non porta lacus arcu non arcu. Morbi luctus at nisl sit amet faucibus.
+`. Paragraphs inherit the default text styles set on the `
` element and use `text-wrap: pretty` to prevent orphaned lines in supported browsers. ```html {.example}@@ -55,7 +80,7 @@ Standard paragraph text with optimal spacing and readability. ### Blockquotes -Styled quotations that stand out from regular text. +Emphasize longer quotations with `
`. Block quotes use your theme's serif font family and a leading border to stand out. ```html {.example}@@ -67,51 +92,51 @@ Styled quotations that stand out from regular text. ### Lists -Organized content in bulleted or numbered format with proper nesting support. +Create ordered and unordered lists with `` and `
`, plus `
- ` for list items within. ```html {.example} -
-
+- List item 1
-- - List item 2 -
--
-- Subitem a
-- Subitem b
-- List item 3
-+``` -### Description Lists - -Term and definition pairs for glossaries and descriptions. +Use `+
-- First item
+- + Another item +
++
+- Nested item
+- Another nested item
+- Final item
+-
+- List item 1
-- - List item 2 -
--
-- Subitem a
-- Subitem b
-- List item 3
-+
+- First item
+- + Another item +
++
+- Nested item
+- Another nested item
+- Final item
+` to create lists of terms (`
- `) and definitions (`
- `). ```html {.example}
-
``` +### Code blocks + +Create code blocks or other preformatted text with `- Definition 1
+- First term
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
-- Definition 2
+- Second term
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-- Definition 3
+- Final term
- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. @@ -119,13 +144,153 @@ Term and definition pairs for glossaries and descriptions.
`. Preformatted text uses your theme's monospace font family and a subtle background color. + +```html {.example} ++// do a thing +export function thing() { + return true; +} ++``` + +### Inline text + +Use any inline text element like ``, ``, ``, ``, and others to stylize or emphasize text. + +```html {.example} +++``` + +## Widgets & media + +### Media + +Add responsive media with `+ Bold + Italic + Underline ++ +Strike-through+Deleted+ Inserted + Small +`, `