Commit da27ee0dcd900b15b5daf4c4d75004ed0ec6b415

Evan Klitzke 2020-07-12T12:49:08

fix a comment typo in md4c-html.h, md_render_html -> md_html

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/md4c-html.h b/src/md4c-html.h
index 3dff647..1042d29 100644
--- a/src/md4c-html.h
+++ b/src/md4c-html.h
@@ -43,7 +43,7 @@
 /* Render Markdown into HTML.
  *
  * Note only contents of <body> tag is generated. Caller must generate
- * HTML header/footer manually before/after calling md_render_html().
+ * HTML header/footer manually before/after calling md_html().
  *
  * Params input and input_size specify the Markdown input.
  * Callback process_output() gets called with chunks of HTML output.