Function: org-md-horizontal-rule
org-md-horizontal-rule is a byte-compiled function defined in
ox-md.el.gz.
Signature
(org-md-horizontal-rule HORIZONTAL-RULE CONTENTS INFO)
Documentation
Transcode HORIZONTAL-RULE element into Markdown format.
CONTENTS is the horizontal rule contents. INFO is a plist used as a communication channel.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-md.el.gz
;;;; Horizontal Rule
(defun org-md-horizontal-rule (_horizontal-rule _contents _info)
"Transcode HORIZONTAL-RULE element into Markdown format.
CONTENTS is the horizontal rule contents. INFO is a plist used
as a communication channel."
"---")