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-12-04 02:52:47 +01:00
|
|
|
title: \<this\> \*that\*
|
2017-08-13 05:25:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
ok
|
|
|
|
```
|