emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] verbatim =[[link]]= and code ~[[link]]~ render as links


From: Adam Porter
Subject: Re: [O] verbatim =[[link]]= and code ~[[link]]~ render as links
Date: Tue, 08 Aug 2017 11:06:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Kaushal Modi <address@hidden> writes:

> Are you referring to:
>
> [[https://www.example.com][=verbatim link descr=]]
>
> ?

Well, here's what I've noticed:

+ [[https://www.example.com][=verbatim link descr=]]
  - Renders in the Emacs buffer as a link, colored as a link rather than
    a code block, with visible =description=.
  - Exports to HTML as <a...><code>...</code></a>, which looks fine
  - Renders on GitHub as <a...>=description=</a>, which is incorrect
  
+ =[[https://www.example.com][verbatim link descr]]=
  - Renders in the Emacs buffer as a link with the same color as other
    =code= blocks.
  - Exports to HTML as <code>[[https://www.example.com][verbatim link
    descr]]</code>, which I guess makes sense.
  - Renders on GitHub as <code>[[https://www.example.com][verbatim link
    descr]]</code>, which is consistent.

So maybe Wolfram is right here, and the the problems are with the way
the ...[=description=]] links are rendered in Emacs and on GitHub.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]