Skip to content

docs: convert blog post to 4-space indented code blocks#398

Merged
fglock merged 1 commit intomasterfrom
fix/blog-post-markdown-format
Mar 29, 2026
Merged

docs: convert blog post to 4-space indented code blocks#398
fglock merged 1 commit intomasterfrom
fix/blog-post-markdown-format

Conversation

@fglock
Copy link
Copy Markdown
Owner

@fglock fglock commented Mar 28, 2026

Summary

Convert blog post code blocks from fenced (triple backtick) format to 4-space indented format for compatibility with blogs.perl.org.

blogs.perl.org uses an older Markdown variant with smartypants that requires 4-space indentation for code blocks instead of fenced code blocks.

Also converted the XS modules table to a bullet list since tables often don't render well in older Markdown.

Test plan

  • Verify 4-space indentation renders correctly in Markdown preview

Generated with Devin

blogs.perl.org uses older Markdown with smartypants, requiring
4-space indentation instead of fenced code blocks.

Also converted XS modules table to bullet list for compatibility.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@fglock fglock merged commit acbe5fb into master Mar 29, 2026
2 checks passed
@fglock fglock deleted the fix/blog-post-markdown-format branch March 29, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant