|
@@ -1,6 +1,6 @@
|
|
|
;;; ox-md.el --- Markdown Back-End for Org Export Engine
|
|
|
|
|
|
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
|
|
|
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
|
|
|
|
|
;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
|
|
|
;; Keywords: org, wp, markdown
|
|
@@ -68,8 +68,6 @@ This variable can be set to either `atx' or `setext'."
|
|
|
(org-open-file (org-md-export-to-markdown nil s v)))))))
|
|
|
:translate-alist '((bold . org-md-bold)
|
|
|
(code . org-md-verbatim)
|
|
|
- (comment . (lambda (&rest args) ""))
|
|
|
- (comment-block . (lambda (&rest args) ""))
|
|
|
(example-block . org-md-example-block)
|
|
|
(export-block . org-md-export-block)
|
|
|
(fixed-width . org-md-example-block)
|