mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
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