Append the language alias directly after the opening triple backticks to enable auto highlighting. Common languages: html, css, javascript, python, json, sql, bash, markdown.
\`\`\`python
def greet(name):
return f"Hello, {name}!"
\`\`\`
Visual Outcome
def greet(name):
return f"Hello, {name}!"