Function: org-md-section
org-md-section is a byte-compiled function defined in ox-md.el.gz.
Signature
(org-md-section SECTION CONTENTS INFO)
Documentation
Transcode SECTION element into Markdown format.
CONTENTS is the section contents. INFO is a plist used as a communication channel.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-md.el.gz
;;;; Section
(defun org-md-section (_section contents _info)
"Transcode SECTION element into Markdown format.
CONTENTS is the section contents. INFO is a plist used as
a communication channel."
contents)