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
|
|
|
|
---
|
2021-05-16 21:23:34 +02:00
|
|
|
title: \<this> \*that\*
|
2017-08-13 05:25:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
ok
|
|
|
|
```
|