chickadee » gmi » gmi:code

gmi:code? objprocedure
gmi:code* linesprocedure
gmi:code alt-text #!rest linesprocedure
gmi:code:text codeprocedure
gmi:code:lines codeprocedure

alt-text is a string and lines is a Scheme list of strings. Similarly to links, the alt-text field of a code block with no alt-text is an empty string.

The first element of the lines argument given to gmi:code* must be the alt-text, not the first line of code! The first line of code should be the second element of lines.