racket / scribble

Other
199 stars 91 forks source link

markdown: no title makes malformed output #402

Open sorawee opened 9 months ago

sorawee commented 9 months ago
#lang scribble/manual

@itemlist[
 @item{xyz}
 @item{qwe}
]

renders on the Markdown target to:

# * xyz

* qwe

which is malformed.