# About general discussion

**URL:** https://community.freefem.org/t/about-general-discussion/1450
**Category:** General Discussion
**Created:** [January 24, 2022, 2:17pm UTC](https://community.freefem.org/t/about-general-discussion/1450 "2022-01-24T14:17:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![simon.garnotel](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.freefem.org/simon.garnotel/32/11_2.png) [@simon.garnotel](https://community.freefem.org/u/simon.garnotel)
#### Post date: [January 24, 2022, 2:17pm UTC](https://community.freefem.org/t/about-general-discussion/1450/1 "2022-01-24T14:17:45Z")

</div>

# Writing code

To display inline code, you should write it between backticks (`).

If you want to display a code block, you should write your code between three backticks.

For example:

```
`inline code`

```

will render as `inline code`

````
```
my block of code
```

````

will render as:

```auto
my block of code

```

# Writing equations

To display math equations, you should use LaTeX $ for inline math and $$ for block math.

For example:

```auto
$\delta$

```

will render as \delta

```auto
$$
\int_{\Omega}(\nabla u \nabla v)
$$

```

will render as

\int\_{\Omega}(\nabla u \nabla v)

---

<div class="post-metadata">

### Author: ![simon.garnotel](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.freefem.org/simon.garnotel/32/11_2.png) [@simon.garnotel](https://community.freefem.org/u/simon.garnotel)
#### Post date: [January 24, 2022, 2:18pm UTC](https://community.freefem.org/t/about-general-discussion/1450/2 "2022-01-24T14:18:29Z")

</div>


