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