Headings
H1 Title (rarely used in posts)
H2 Section
H3 Subsection
H4 Minor Section
Text Formatting
This is bold text
This is italic text
This is bold + italic
You can also use strikethrough.
Inline code example: const port = 3000;
Paragraph & Line Break
This is a normal paragraph. Markdown should render spacing cleanly.
This is a new paragraph.
Line break here โ
Next line continues.
Lists
Unordered List
- Item one
- Item two
- Nested item
- Another nested item
- Item three
Ordered List
- First step
- Second step
- Third step
Links
- External: Visit sind.hu
- GitHub: Nextkyll Repo
Blockquote
This is a blockquote.
Useful for notes, highlights, or quotes.
โ Sindhu Kurnia
Images
Single Image
Multiple Images (gallery-like)
Code Blocks
Plain Code
This is a plain code block.
No syntax highlighting.
JavaScript
function greet(name) {
return `Hello, ${name}`;
}
console.log(greet("Sindhu"));
Bash
git add .
git commit -m "add markdown demo"
git push origin main
JSON
{
"project": "nextkyll",
"type": "jekyll-theme",
"author": "Sindhu Kurnia"
}
Table
| Feature | Status |
|---|---|
| Bold | OK |
| Italic | OK |
| Code Highlight | OK |
| Tables | OK |
| Images | OK |
Horizontal Rule
Mixed Content Stress Test
Here is a paragraph with bold, italic, and inline code.
Followed by a quote block to test spacing consistency.
- List after quote
- Another item
// code after list
const status = "working";
Checklist
Use this post to verify:
- Typography scale (H1โH4)
- Spacing consistency
- Code block styling
- Inline code visibility
- Image responsiveness
- List indentation
- Table rendering
Final Note
If anything looks off visually, it means:
๐ the theme needs adjustment, not the content.