I am using gitbook with markdown to write my website. And I want to show a piece of latex codes as following.
```
$$
x^2 + y^2 =1
$$
```
But the double dollar signs $$
disappear on the output html file, just like following
x^2 + y^2 = 1
So how to solve such a problem. Thanks very much.