R Markdown equivalent in SAS

knitr, r, sas

Solution

Geshi supports SAS. I think it does a pretty nice job. It is the highlighter in Wikimedia and is also available as a Perl module.

It shouldn't be too hard (famous last words :)) to connect Geshi to Markdown. You could obtain the plots by running a console SAS job. However, I think that as of 2012 (SAS 9.3), you would have to automate the workflow yourself. When one of the markup languages becomes dominant you will probably see more formal support.

Problem

i wonder if there is a equivalent of R Markdown in SAS? Or how to do so in SAS? I want to have colored SAS code and its result below. link to R Markdown: http://rstudio.org/docs/authoring/using_markdown

Original source