Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 943 Bytes

File metadata and controls

50 lines (44 loc) · 943 Bytes

Nested CM syntaxes ......

term : A paragraph

| a | b |
| - | - |
| c | d |

- a
- b
  - c

```rust
let a = 1;
```

......

term

A paragraph

a b
c d
  • a
  • b
    • c
let a = 1;