2.2 KiB
Sample Markdown Test
Welcome to the Markdown style test for your library-themed site.
This file includes headings, text formatting, lists, links, images, code, blockquotes, tables, and horizontal rules.
Text Styles
Bold text
Italic text
Bold + Italic
Strikethrough
Inline code
Blockquote text for testing. The border and color should reflect your library style.
Links
Hover over links to see color transition.
Lists
Unordered List
- Item 1
- Item 2
- Nested item
- Item 3
Ordered List
- First
- Second
- Third
- Nested first
- Nested second
Images
Check image border radius, spacing, and responsiveness.
Code Blocks
Inline code
Use `inline code` inside text.
Fenced code block
# Bash example
echo "Hello, world!"
for file in *.txt; do
echo "Processing $file"
done
Syntax Highlight Example (if using spans)
// JavaScript example
function greet(name) {
console.log("Hello, " + name);
}
Horizontal Rules
End of section separator
Blockquotes
This is a blockquote.
Multiple lines are supported.
Nested example:
Inner quote.
Tables
| Syntax | Description | Notes |
|---|---|---|
| Header | Title | Can include multiple lines |
| Cell | Text | Styling applies to td and th |
| Row | Example | Check borders and text color |
Misc Elements
- Footnotes1
- Task list:
- Done item
- Pending item
- Emoji: 😃 📚 🔖
End of Test File
This file tests all common Markdown elements.
Make sure code, blockquotes, headings, links, lists, images, tables, and horizontal rules render correctly with your new color palette.
-
This is a footnote example. ↩︎
