summaryrefslogtreecommitdiff
path: root/test/command/3792.md
blob: 7c76afee744e0834efd77b579ba24e19f98f3f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Make sure metadata values are treated as strings,
and properly escaped.

```
% pandoc -t markdown -s -M title="<this> *that*"
ok
^D
---
title: '\<this\> \*that\*'
---

ok
```