Here is the markdown file test.md
:
# Introduction
He said, "Hello!".
I want to convert this to text using pandoc suitable for displaying on the command-line. To do this I run pandoc -t plain test.md
which results in
INTRODUCTION
He said, “Hello!â€.
What I want is for the double-quotes to be left as-is.