Pandoc markdown: Omit text in PDF version but include in HTML version
问题 I'm trying to maintain two versions of my CV, one with lots of gloss and one that's more conventional. The glossy version will be HTML. I have it working with images (e.g. when I include an image using straight-up HTML code, Pandoc non-strict ignores the image and alt text in the PDF version but includes it in the HTML version. However, for straight-up text, it's not working. I've tried wrapping it in <p>text</p> or <div>text</div> , but the PDF version seems to be ignoring the code while