Commit Graph
4 Commits
Author SHA1 Message Date
David Parsons 93560cbefb In theme.c and xmlpage.c, use mkd_generatecss() instead
of the unfortunately named `mkd_style()` to print out the
stylesheets.
2009-05-12 07:00:23 -07:00
david parsons 8ec8cb67e6 1. Add -L. and -I. to the definition for CC, so that
headers and libraries will be picked up from the
    current directory first.
2.  Add prototypes for mkd_xhtmlpage() and mkd_style()
    to mkdio.h/markdown.h (as needed)
2008-10-04 18:13:33 -07:00
David Parsons dfca6408a2 Tweak mkd_xhtmlpage() to clean up some spurious <style> output,
fix the xhtml version#.
2008-10-04 13:34:09 -07:00
David Parsons a59e83ec29 Add support for table-of-contents generation (code supplied by Jjgod Jiang)
and a function that generates a rudimentary xhmtl page from a markdown
document (idea from Tim Channon)
2008-09-26 11:39:32 -07:00