Post

Making markdown display the triple backticks

This is a tricky one and I spend a lot of time fiddling with this. And, Grok failed miserably at helping, however Gemini 2.5 Pro nailed perfectly:

The issue:

You want to display markdown… from a Mardown file. So when you put a code block it breaks:

Example: On this screenshot everything should be under the triple backticks but it spils over.

Markdown template example

Enter… Indentation

So In order to render the backticks without braking the markdown like this:

Fixed markdown rendered

You need to use indentation:

Souce Markdown

Happy building friends,

Julian

This post is licensed under CC BY 4.0 by the author.