Follow on from #2 - currently `dedent` does not treat `$` or `{` as special when determining what it should do with escaped characters: ``` dedent`\$` === '\\$' dedent`\{` === '\\{' ````