HomeCanonLegendsInfinities title: Reworded MDX Example description: This is a demonstration of rephrasing MDX content. Reworded MDX Example Let's examine how we can express the same ideas using different words in MDX. Lists Here's an example of an unordered list: Item one Item two Item three The above list can also be written as: First item Second item Third item Code Blocks Here's a code block:function greet(name) { return "Hello, " + name + "!"; } The subsequent code snippet illustrates a function:function greet(name) { return `Hello, ${name}!`; } Images The image above shows an example. Links Here's a link to Google.You can visit Google by clicking here.Appearances