The article provided serves as a demonstration of various components intended for the upcoming webpage. As the page is currently undergoing the building process, this article showcases a range of elements to highlight the design and functionality that will be incorporated. Please note that the content within this article is illustrative in nature and does not represent finalized information. We appreciate your understanding as we work towards creating a comprehensive and engaging webpage experience.
Heading 1
This is an inline code
Below is an example of a codeblock
Heading 2
let name = "MDX Blog";
console.log(name);
// example withd a several code lines
for(let i = 1; 1 < 10; 1++){
console.log('hola')
}
export interface Frontmatter {
title: string;
published_at: string;
excerpt: string;
cover_image: string;
};
Heading 3
this is a quote
Heading 4: Ordered Lists
- First item
- Second item
- Third item
- Fourth item
Heading 5: Unordered Lists
- First item
- Second item
- Third item
- Fourth item