Skip to content

Instantly share code, notes, and snippets.

@Integralist
Created November 10, 2025 18:05
Show Gist options
  • Select an option

  • Save Integralist/ee526563527bf401b0236c6367544d2e to your computer and use it in GitHub Desktop.

Select an option

Save Integralist/ee526563527bf401b0236c6367544d2e to your computer and use it in GitHub Desktop.
Markdown code block that contains a code block

Use 4 backticks to create a markdown code block that itself contains a code block...

# Some title

This is my __markdown__ file.

## Code Example

Here is a code example:

```go
func foo() string {
    return "bar"
}
```

I'm stopping here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment