Header 2

Welcome to this blog post! This is just an example paragraph, but imagine it introducing an exciting topic, drawing you in with a compelling hook, and setting the stage for deeper insights. A well-crafted introduction like this should grab the reader’s attention, provide context, and hint at what’s to come. Whether it’s a personal story, a thought-provoking question, or a surprising fact, the goal is to keep you engaged and eager to read more. Now, let’s dive into the heart of the topic!

Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion!

Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion! Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion!

Header 3

Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion! Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion!

Header 4

Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion!

Welcome to this blog post! This is just an example paragraph, but imagine it introducing an exciting topic, drawing you in with a compelling hook, and setting the stage for deeper insights. A well-crafted introduction like this should grab the reader’s attention, provide context, and hint at what’s to come. Whether it’s a personal story, a thought-provoking question, or a surprising fact, the goal is to keep you engaged and eager to read more. Now, let’s dive into the heart of the topic!

Header 5

Welcome to this blog post! This is just an example paragraph, but imagine it introducing an exciting topic, drawing you in with a compelling hook, and setting the stage for deeper insights. A well-crafted introduction like this should grab the reader’s attention, provide context, and hint at what’s to come. Whether it’s a personal story, a thought-provoking question, or a surprising fact, the goal is to keep you engaged and eager to read more. Now, let’s dive into the heart of the topic!

Header 4

Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion! Welcome to this blog post—this is just an example sentence, but imagine it setting the stage for an insightful discussion!

Header 3

Welcome to this blog post! This is just an example paragraph, but imagine it introducing an exciting topic, drawing you in with a compelling hook, and setting the stage for deeper insights. A well-crafted introduction like this should grab the reader’s attention, provide context, and hint at what’s to come. Whether it’s a personal story, a thought-provoking question, or a surprising fact, the goal is to keep you engaged and eager to read more. Now, let’s dive into the heart of the topic!

MDX Integrations

These are the effects that use the standard markdown syntax (no component wrappers needed). Some of these may be overriden to use a custom component though.

Inline Text Effects

Bold

Here is some bold text in a sentence. Here is some more text that is bold.

This is a fully bold sentence.

Italic

Here is some italic text in a sentence. Here is some more text that is italic.

This is a fully italicized sentence.

Strikethrough

Here is some striked out text that shows it is no longer correct.

This is a fully striked out sentence.

Code

Here is some default inline code var list = new List<int>(); that should look nice.

var list = new List<int>();

Mixed

Italicized and Bold Text

Italicized and Bold Text With Strikethrough

This is a link to google.

This whole line is a link.

Block Effects

Code Block

Here is a default code block:

var list = new List<int>();
list.Add(123);
list.Add(456);
if (list.Count < 10)
{
    list.Add(789);
}

Here is a block with C# text highlighting:

var list = new List<int>();
list.Add(123);
list.Add(456);
if (list.Count < 10)
{
    list.Add(789);
}

Here is a block with Wolfram Language text highlighting:

f[a_] := (a + 4)/3

If[f[2] > 100,
    Print["Hello"],
    Print["Goodbye"]
];

Quote Block

Single line blockquote:

This is an example blockquote, demonstrating how quoted text can stand out within a blog post. Blockquotes are often used to highlight key points, emphasize important statements, or showcase insightful remarks from experts. A well-placed blockquote can break up large sections of text, making the content more visually appealing and easier to digest for readers.

Multi-line blockquote:

This is the first line. This is the second line. This line is so long that it should wrap around so we can see what that looks like. This line is so long that it should wrap around so we can see what that looks like. This line is so long that it should wrap around so we can see what that looks like. This is the last line.

This is a nested blockquote:

This is a blockquote.

Nested blockquote.

Accordions

Is this an accordion?

Yes this is an accordion!

Here is more context for the accordion.

Lists

Unordered list:

  • Hello
  • There
    • How
    • Are
      • You
    • This
  • Is
  • Done

Ordered list:

  1. First item
  2. Second item
    1. Subitem

Task list:

  • Completed task
  • Incomplete task

Media

Images

Here is an image to an external source:

TODO

alt text

Tables and Dividers

Here is a horizontal divider:


Here is a table:

Column 1Column 2
Value 1Value 2

Here is a much larger table:

IDNameAgeCountryEmailStatus
1Alice25USAalice@example.comActive
2Bob30UKbob@example.comInactive
3Charlie28Canadacharlie@example.comActive
4David35Germanydavid@example.comPending
5Emma22Franceemma@example.comActive
6Frank40Australiafrank@example.comInactive
7Grace27Japangrace@example.comActive
8Henry33Brazilhenry@example.comPending
9Ivy29Spainivy@example.comActive
10Jack31Italyjack@example.comInactive
11Karen26Indiakaren@example.comActive
12Leo34Mexicoleo@example.comPending
13Maria23Russiamaria@example.comActive
14Nathan38Chinanathan@example.comInactive
15Olivia21South Koreaolivia@example.comActive

Custom Components