From 054bdb6ce34290651de068815458a312ab5bb693 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 4 Nov 2023 09:48:39 +0200 Subject: [PATCH] * lisp/ox-md.el (org-md--convert-to-html): Fix the docstring Clarify that CONTENTS argument is ignored and document INFO argument. --- lisp/ox-md.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox-md.el b/lisp/ox-md.el index ba8bf4a79..66edb56ab 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -311,7 +311,8 @@ INFO is a plist used as a communication channel." "\n"))))) (defun org-md--convert-to-html (datum _contents info) - "Convert DATUM into raw HTML, including contents." + "Convert DATUM into raw HTML. +CONTENTS is ignored. INFO is the info plist." (org-export-data-with-backend datum 'html info)) (defun org-md--identity (_datum contents _info)