diff --git a/example/markdown-to-xhtml.retro b/example/markdown-to-xhtml.retro
index 4c1be3e..d8c2ae2 100755
--- a/example/markdown-to-xhtml.retro
+++ b/example/markdown-to-xhtml.retro
@@ -98,7 +98,9 @@ work nicely, so I start with some header stuff.
'
. s:put nl
~~~
-Locate and embed the CSS from the end of this file.
+Locate and embed the CSS from the end of this file. The CSS
+will be at the end of the file, starting with the line reading
+"\#\# CSS".
~~~
' s:put nl
@@ -108,7 +110,7 @@ drop
' s:put nl
~~~
-Finish the header boilerplate text and switch to the body.
+Finish the header boilerplate and switch to the body.
~~~
' s:put nl
@@ -135,12 +137,21 @@ that code output displays correctly.
For regular text, there are a couple of inline formatting things
to deal with.
+These are:
+
+* emphasis
+* strong (bold)
+* escaped characters
+* code
+
~~~
'Emphasis var
'Strong var
'Escape var
'Code var
+~~~
+~~~
:format
$` [ @Escape [ &Escape v:off $* c:put ] if;
@Code n:zero? [ ' &Code v:on ]