π π» π Spacial characters are NOT escaped anymore by default. This should make resulting markdown files cleaner and more readable without rendering.
This is a BREAKING CHANGE. In case you have problems with some characters not escaped, you can turn on previous behaviour with --escape-special-chars
flag.
Changelog
- 9c9153a BREAKING CHANGE: Turn off escaping of the spacial characters by default (thanks to @infinitewhileloop or reporting ππ» )
- 61ea88a Wrap title value in quotes in the frontmatter metadata (credit to @lzilioli π )