Function: org-md-plain-list

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

Signature

(org-md-plain-list PLAIN-LIST CONTENTS INFO)

Documentation

Transcode PLAIN-LIST element into Markdown format.

CONTENTS is the plain-list contents. INFO is a plist used as a communication channel.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-md.el.gz
;;;; Plain List

(defun org-md-plain-list (_plain-list contents _info)
  "Transcode PLAIN-LIST element into Markdown format.
CONTENTS is the plain-list contents.  INFO is a plist used as
a communication channel."
  contents)