summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-20 11:16:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-20 11:16:06 +0200
commit222cfe7daf178c1902ef7cbc9ff55211257a847d (patch)
tree8abeb98e0ee6c95f812fbfc70a769f1d7d6ef36b
parent7eeb396c7d3bbe07721ba67871deca7c3ae8f471 (diff)
downloadorg-mode-222cfe7daf178c1902ef7cbc9ff55211257a847d.tar.gz
org-manual: Sync with maint
* doc/org-manual.org: * doc/org.texi (Variable Index): (Markdown Export): Sync with maint.
-rw-r--r--doc/org-manual.org8
-rw-r--r--doc/org.texi10
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 4d1aaac..0ffa739 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -13536,12 +13536,12 @@ The LaTeX export back-end converts horizontal rules by the specified
:END:
#+cindex: Markdown export
-The Markdown export back-end, "md", converts an Org file to a Markdown
+The Markdown export back-end, "md", converts an Org file to Markdown
format, as defined at http://daringfireball.net/projects/markdown/.
-Since "md" is built on top of the HTML back-end, any Org constructs
-not supported by Markdown, such as tables, the underlying "html"
-back-end (see [[*HTML Export]]) converts them.
+Since it is built on top of the HTML back-end (see [[*HTML Export]]), it
+converts every Org construct not defined in Markdown syntax, such as
+tables, to HTML.
*** Markdown export commands
:PROPERTIES:
diff --git a/doc/org.texi b/doc/org.texi
index 7e8b604..39dbafd 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -14231,12 +14231,12 @@ The @LaTeX{} export back-end converts horizontal rules by the specified
@cindex Markdown export
-The Markdown export back-end, ``md'', converts an Org file to a Markdown
+The Markdown export back-end, ``md'', converts an Org file to Markdown
format, as defined at @uref{http://daringfireball.net/projects/markdown/}.
-Since ``md'' is built on top of the HTML back-end, any Org constructs
-not supported by Markdown, such as tables, the underlying ``html''
-back-end (see @ref{HTML Export}) converts them.
+Since it is built on top of the HTML back-end (see @ref{HTML Export}), it
+converts every Org construct not defined in Markdown syntax, such as
+tables, to HTML.
@anchor{Markdown export commands}
@subheading Markdown export commands
@@ -21800,4 +21800,4 @@ that are mentioned in the manual. For a more complete list, use
@printindex vr
-@bye
+@bye \ No newline at end of file