Shawn Wagner <shawnw.mobile@gmail.com>
Convert markdown into scribble document format. Most CommonMark elements are supported, except for html blocks and inline html.
procedure
[ #:titletitle#:authorauthordoc:document?
If a title isn’t provided, the first level-1 heading (if any) in the document is used.
procedure
[ out#:titletitle#:authorauthordoc:document?
If a title isn’t provided, the first level-1 heading (if any) in the document is used.
parameter
( scribble-lang )→string?
lang:string?= "base"
The package also installs a command line program to convert files called md2scrbl. It reads markdown specified either by a filename given on the command line or data read from standard input, and writes to standard output.
Run it with --help to see available options to specify fields like title and author.