aboutsummaryrefslogtreecommitdiff
path: root/test/command/3792.md
blob: eb109b9cc9cf2d172fdb4fa9a667490f43f029a1 (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
```