An Example File =============== Some preliminary text. A code block, evaluted:
. sysuse auto
(1978 Automobile Data)

. summarize weight

    Variable |        Obs        Mean    Std. Dev.       Min        Max
-------------+---------------------------------------------------------
      weight |         74    3019.459    777.1936       1760       4840
In-line text: 1 Dec 2017 A graph:
. histogram weight, name(hist_wmd)
(bin=8, start=1760, width=385)
review-webdoc_2.png