Skip to main content

One post tagged with "Programming"

Things related to programming

View All Tags

MDX Blog Post

· One min read
Rajath Jaiprakash
Site Reliability Engineer @ Akamai

I keep forgetting how to write MDX blog posts, so I created this blog post as a reference.

Truncating the summary of a blog post

Use a <!-- truncate --> comment to limit blog post size in the list view for md.

Use a {/* truncate */} comment to limit blog post size in the list view for mdx.