Enhancements for the scribble language (a documentation language based on Racket)
![]() 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 |
||
---|---|---|
collects |