I'm trying markdown/knitr/pandoc for producing documentation and slides as an alternative to LaTeX/Beamer.
One funcionality I miss is the possibility to use the same source for both types of output (slides and articles), while being able to mark content which is specific to either format. Unmarked content will appear in both presentation and article modes.
I understand I can produce both types of output with the same source with Pandoc-markdown by specifying several *output*s in the YAML header.
However, I can't figure out how to prevent paragraphs to appear in the slides, or bullet lists to appear in the article.
Is this possible?