emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Re: underline in extended links


From: TAKAGI Masahiro
Subject: Re: [emacs-wiki-discuss] Re: underline in extended links
Date: Sun, 19 Jun 2005 23:32:28 +0900
User-agent: Wanderlust/2.11.30 on Emacs/21.4 Mule/5.0 (SAKAKI)

At Sun, 19 Jun 2005 01:18:09 -0500,
Michael Olson wrote:

> > - [[http://133.11.xxx.xx:8080/-_-http://www.sciencemag.org/][Science]]
> > - [[http://133.11.xxx.xy:8080/-_-http://www.nature.com/nature/][Nature]]
>
> (snipped)
> 
> What is this sort of link supposed to look like when published, and
> what does it currently get published as?

It was published by a previous version (before patch-81?) as follows:
- - - - -
<ul>
<li><a 
href="http://133.11.xxx.xx:8080/-_-http://www.sciencemag.org/";>Science</a>
</li>
<li><a 
href="http://133.11.xxx.xy:8080/-_-http://www.nature.com/nature/";>Nature</a>
</li>
</ul>
- - - - -
This is a behavior I expect.

However, the current version treats `_' in the extended links as the
underline markup tag (i.e., _underlined text_), and converts it as:
- - - - -
<ul>
<li><a href="http://133.11.xxx.xx:8080/-<span style="text-decoration: 
underline;">-http://www.sciencemag.org/";>Science</a>
</li>
<li><a 
href="http://133.11.xxx.xy:8080/-</span>-http://www.nature.com/nature/";>Nature</a>
</li>
</ul>
- - - - -

--
TAKAGI Masahiro




reply via email to

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