emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Dominique Dumont <domi.dumont@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: ox-md: URL in HTML tables should not use markdown syntax [9.3.1 (9.3.1-dist @ /usr/share/emacs/site-lisp/elpa/org-9.3.1/)]
Date: Tue, 23 Jun 2020 15:53:07 +0200	[thread overview]
Message-ID: <87pn9px518.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <4077317.QIdNEg9zBK@gandalf> (Dominique Dumont's message of "Mon,  22 Jun 2020 18:37:54 +0200")

Hello,

Dominique Dumont <domi.dumont@free.fr> writes:

> The following org-mode table is exported in plain markdown mode as an
> HTML table:
>
> | name   | link   |
> |--------+--------|
> | debian | [[http://www.debian.org][debian]] |
>
> Unfortunately, the link inside the table is exported with Markdown
> syntax:
>
> <tbody>
> <tr>
> <td class="org-left">debian</td>
> <td class="org-left">[debian](http://www.debian.org)</td>
> </tr>
>
> This is not allowed according to markdownguide.org : "You can’t use
> Markdown syntax inside block-level HTML tags. For example, <p>italic and
> **bold**</p> won’t work."
>
> See https://www.markdownguide.org/basic-syntax#html-best-practices

Fixed. Thank you.


Regards,
-- 
Nicolas Goaziou


  reply	other threads:[~2020-06-23 13:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 16:37 Bug: ox-md: URL in HTML tables should not use markdown syntax [9.3.1 (9.3.1-dist @ /usr/share/emacs/site-lisp/elpa/org-9.3.1/)] Dominique Dumont
2020-06-23 13:53 ` Nicolas Goaziou [this message]
2020-06-23 16:16   ` Dominique Dumont

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn9px518.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=domi.dumont@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).