Convert markdown text to Scribble markup.
Some samples for testing:
- a
- bullet
- list with code
(+ 1 2)and markup
and
- a
- numbered
- list with code
@linebreakand markup
a code block
(+ 1 2)
some text with a link in it.
a block quote of text
Some text with @bold{scribble} markup that shouldn't be parsed.
and a second paragraph immediately following.
; a fenced code block of scheme
(+ 1 2 3)and one of racket
(require racket/vector)
(define (do-some-stuff)
#t)these test different renderings for the scribble/manual lang.