OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/tasklist_blocks.md
# tight

- [x] # heading
- [x] - list
- [x] > blockquote
- [x] ---
- [x] ```
  ```
- [x] [def]: https://example.com
- [x] <div>
  *html*
  </div>
  *html*
- [x] | a | b |
  |---|---|
  | 1 | 1 |

# loose

- [x] # heading

- [x] - list

- [x] > blockquote

- [x] ---

- [x] ```
  ```

- [x] [def]: https://example.com

- [x] <div>
  *html*
  </div>
  *html*

- [x] | a | b |
  |---|---|
  | 1 | 1 |