User guide/

Become a power user/

Code blocks

ActionHot key
Create code blockStart your note with ```
Create code block with syntax highlightingStart your note with ```python
Create code spanStart your note with `
Copy code from note{

Stashpad has support for code spans and code blocks, including syntax highlighting. You'll be able to copy your code out in one click or one keypress.


Code span

To create a code span, surround your text with single backticks.


Multi-line code block

To create a code block in Stashpad, wrap your text with tiple backticks. You can also specify a language for syntax highlighting.

Examples:

```

print("Hello world")

```

```python

def foo():

```

```javascript

function foo()

```

Use backticks to write code blocks

Tip

Each ``` needs to be on it's own line for the code block to render correctly.

// invalid syntax

```def foo()

bar

```

// valid syntax

```

def foo()

bar

```


Copy code in one click

You can then copy your code in on click. No need to drag your mouse over the text.

One click copy an entire code block

Copy code in one keypress

You can also copy your code out in one keypress with {.

One click copy an entire code block using the keyboard shortcut

Make your Work
Note-Worthy

Also available for .

Download Stashpad

Stay In Touch

Subscribe to the Stashpad Newsletter to receive occasional product updates and company announcements.