scribble icon indicating copy to clipboard operation
scribble copied to clipboard

@examples with #:no-prompt doesn't seem to respect code:blank

Open takikawa opened this issue 8 years ago • 1 comments

Example:

#lang scribble/base

@(require scribble/example)

@examples[#:no-prompt
(define x 3)
code:blank
x]

I expected the HTML output for this to contain a blank line between (define x 3) and x. Removing #:no-prompt restores the expected behavior. Using #:lang also works.

takikawa avatar Jun 28 '16 22:06 takikawa

is this still an issue? Please consider adding the label good first issue so it is findable:

Issues labeled good first issue in in Racket GitHub repositories

spdegabrielle avatar Jun 18 '20 09:06 spdegabrielle