First Post
Hello World
Welcome to the newly implemented journal section! This is a test post to ensure the Markdown and parsing works correctly with Astro Content Collections.
Here’s an example of some code formatting:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("World");
Features to test:
- Heading hierarchy (H1, H2, H3)
- Bold text and italic text
- Lists (like this one)
- Code blocks
- Standard paragraphs
Looking forward to writing more!