An Example File =============== Some preliminary text. A code block, evaluted: ```s <> sysuse auto summarize weight <> ``` In-line text: the mean weight is <> pounds. A list: - N = <> - mean = <> - sd = <> A graph: ```s <> histogram weight <> ``` <> More text.