2017-08-13 05:25:08 +02:00
|
|
|
Make sure metadata values are treated as strings,
|
|
|
|
and properly escaped.
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -t markdown -s -M title="<this> *that*"
|
|
|
|
ok
|
|
|
|
^D
|
|
|
|
---
|
2020-10-08 19:54:16 +02:00
|
|
|
title: \<this\> \*that\*
|
2017-08-13 05:25:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
ok
|
|
|
|
```
|