mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:33:41 +08:00
5a6399d9f6
See #6259.
172 B
172 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