Function: org-md-template

org-md-template is a byte-compiled function defined in ox-md.el.gz.

Signature

(org-md-template CONTENTS INFO)

Documentation

Return complete document string after Markdown conversion.

CONTENTS is the transcoded contents string. INFO is a plist used as a communication channel.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-md.el.gz
(defun org-md-template (contents _info)
  "Return complete document string after Markdown conversion.
CONTENTS is the transcoded contents string.  INFO is a plist used
as a communication channel."
  contents)