mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-01 04:14:24 +03:00
df7d9ba906
Fixes #805
18 lines
197 B
Markdown
18 lines
197 B
Markdown
```
|
|
module Issue805 where
|
|
```
|
|
|
|
Some text, and now we start a list:
|
|
* This is a list with `stuff`
|
|
* Embedded codd example:
|
|
|
|
```shell
|
|
cryptol> 1 + 1
|
|
0
|
|
```
|
|
* Bullet
|
|
|
|
```
|
|
x = 0
|
|
```
|