{title}
+ ++
Test
+ + +``` +```` + +### Output + +```html + + + + +Test
+ + +``` + +## List Types + +### Ordered List + +#### Syntax + +```markdown +1. First item +2. Second item +3. Third item +``` + +#### Output + +1. First item +2. Second item +3. Third item + +### Unordered List + +#### Syntax + +```markdown +- List item +- Another item +- And another item +``` + +#### Output + +- List item +- Another item +- And another item + +### Nested list + +#### Syntax + +```markdown +- Fruit + - Apple + - Orange + - Banana +- Dairy + - Milk + - Cheese +``` + +#### Output + +- Fruit + - Apple + - Orange + - Banana +- Dairy + - Milk + - Cheese + +## Other Elements — abbr, sub, sup, kbd, mark + +### Syntax + +```markdown +GIF is a bitmap image format. + +H2O + +Xn + Yn = Zn + +Press CTRL + ALT + Delete to end the session. + +Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. +``` + +### Output + +GIF is a bitmap image format. + +H2O + +Xn + Yn = Zn + +Press CTRL + ALT + Delete to end the session. + +Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. diff --git a/website/src/content/docs/concepts/everyone.mdx b/website/src/content/docs/concepts/everyone.mdx new file mode 100644 index 00000000..c6aaeeee --- /dev/null +++ b/website/src/content/docs/concepts/everyone.mdx @@ -0,0 +1,53 @@ +--- +title: 'Concepts for Everyone' +description: 'Core concepts that apply to all frameworks and styling approaches' +--- + +import FrameworkCase from '@/components/docs/FrameworkCase.astro'; +import StyleCase from '@/components/docs/StyleCase.astro'; + +# Concepts for Everyone + +This guide is available to all users regardless of their framework or styling choice. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. This is placeholder content to demonstrate the docs structure. + +## Framework-Specific Content + +{doc.data.description}
+{author.data.bio}
} + { + author.data.socialLinks && ( +{post.data.description}
+
+
{author.data.bio}
} +
+
+ A modern, platform-agnostic video player framework built for the web. + Video.js 10 provides a unified API across HTML, React, and React Native. +
+ +