% SCHEMATIC-MARKDOWN(1) Schematic User Manuals | Version 0.1.1 % Evan Hanson % November 2013 # NAME **schematic-markdown** - Markdown generator for Scheme source # SYNOPSIS **schematic-markdown** \[*file* ...] # DESCRIPTION **schematic-markdown** generates Markdown for each of its input files, writing to standard output. If no *file* is given, standard input is used. Input is assumed to be Scheme source, with line comments prefixed by two or three semicolons. # SEE ALSO `schematic-docco`(1), `schematic-format`(1) The Markdown format is specified by .