xref: /Universal-ctags/Units/parser-markdown.r/yaml-in-code-block.d/input.md (revision 13dea10a4180712e42860604a06ebaf16214736f)
1I will be capturing these animal tags with ```--_mtable-regex```.
2
3```yaml
4---
5title: "Animals"
6date: 2021-04-17T14:22:02-05:00
7draft: false
8tags: ['dog','cat','bear','lion','monkey','tiger','dolphin','elephant','whale']
9---
10```
11
12### Mline
13
14---
15
16```sh
17cat <<EOF
18---------
19EOF
20hello()
21{
22	echo "hello"
23}
24```
25
26### Mline2
27