51f6f0e3a1
This fixes escaping for '#' in particular. Closes #7726.
173 B
173 B
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