Using CSS when converting Markdown to PDF with Pandoc
I'm trying out Pandoc on OS X, and results thus far are impressive. One blocking problem, however, is getting CSS styles to work on inline code samples. I'm converting from Markdown to PDF. I have this string in my source: * Create a simple HTML document (<span class="filename">simple.html</span>) and load it into the browser via the file system I've also tried this: * Create a simple HTML document (`simple.html`{.filename}) and load it into the browser via the file system I'd like to apply the class "filename" to the enclosed text in each case, but it doesn't seem to do anything to the output