| 1 | module main |
| 2 | |
| 3 | fn a1() |
| 4 | normal comment |
| 5 | fn a2() |
| 6 | this should be merged into the same line |
| 7 | fn a3() |
| 8 | This should be its own paragraph. |
| 9 | |
| 10 | This should be another paragraph. |
| 11 | fn a4() |
| 12 | This should be merged into one paragraph. |
| 13 | |
| 14 | Note: this should be its own paragraph. |
| 15 | fn a5() |
| 16 | This should be its own paragraph. |
| 17 | |
| 18 | Note: this should also be it own paragraph |
| 19 | |
| 20 | Note: this should be its own paragraph. |
| 21 | fn a6() |
| 22 | A comment |
| 23 | |
| 24 | Fixme: this should be its own paragraph. |
| 25 | |
| 26 | Fixme: this should be its own paragraph. |
| 27 | |
| 28 | Fixme: this should be its own paragraph. |
| 29 | fn a7() |
| 30 | A comment |
| 31 | |
| 32 | Todo: this should be its own paragraph. |
| 33 | |
| 34 | Todo: this should be its own paragraph. |
| 35 | |
| 36 | Todo: this should be its own paragraph. |
| 37 | fn a8() |
| 38 | A comment |
| 39 | |
| 40 | Todo: this should be its own paragraph. |
| 41 | |
| 42 | Note: this should be its own paragraph. |
| 43 | |
| 44 | Fixme: this should be its own paragraph. |
| 45 | fn a9() |
| 46 | normal comment |
| 47 | fn foo() |
| 48 | foo does stuff |
| 49 | ``` |
| 50 | this is a multiline codeblock. |
| 51 | second line |
| 52 | third line. |
| 53 | ``` |
| 54 | |