Sample markdown that exercises the stylesheet, using the official Dracula palette.
Body copy reads like this. Combine bold, italic, and both when you need emphasis, drop in inline code, and link out with a link.
The quick brown fox jumps over the lazy dog. Blockquotes pick up the comment tone so long quotations stay readable against the background.
- Unordered list item one
- Unordered list item two
- Unordered list item three
- Ordered list item
- Another ordered item
- Third ordered item
function greet(name) {
console.log(`Hello, ${name}!`);
return true;
}
greet("Dracula");| Color | Hex | Usage |
|---|---|---|
| Purple | #BD93F9 |
Headings |
| Cyan | #8BE9FD |
Links |
| Green | #50FA7B |
Code |
| Orange | #FFB86C |
Bold |
| Yellow | #F1FA8C |
Italic |
| Pink | #FF79C6 |
Lists |
- Add the stylesheet to the page
- Render markdown to HTML
- Ship the themed docs
Note: Blockquotes can hold richer markup:
- Lists inside blockquotes
- With
inline code- And links
Styled with the official Dracula color specification.