scribble
scribble copied to clipboard
@examples with #:no-prompt doesn't seem to respect code:blank
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.
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