scribble-enhanced/collects/tests/scribble/markdown-docs
Greg Hendershott 3f1ebb9565 Fix problem handling examples and interaction.
Unlike plain `racketblock`, `examples` and `interaction` are
"nested". As a result we emitted bad Markdown like:

    ```racket
    Examples:
    ```racket
    some-code
    ```
    ```

Markdown code blocks can't nest, so this needs to be:

    ```racket
    Examples:
    some-code
    ```

Also: Updated the unit test with examples of `examples` and
`interaction`.

original commit: a5f6686270239484a5e7b2e6864c9bd5627d937d
2013-03-29 07:23:49 -06:00
..
example.md Fix problem handling examples and interaction. 2013-03-29 07:23:49 -06:00
example.scrbl Fix problem handling examples and interaction. 2013-03-29 07:23:49 -06:00