Main Article Title
This is the main content of the article.
Subheading 1
Here is some detailed information related to subheading 1.
- Point 1
- Point 2
- Point 3
Subheading 2
This section discusses more information relevant to the topic. It includes:
- First item
- Second item
- Third item
Here’s a code block example:
function example() {
console.log('Hello, World!');
}