|
From: | Bastien |
Subject: | Re: [O] Radio targets with mixed capitalisation do not work in HTML export |
Date: | Mon, 17 Mar 2014 13:59:21 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Nicolas Goaziou <address@hidden> writes: > <p> > <a id="hello-world">Hello World</a> > </p> > > <p> > Let’s say <a href="#hello-world">Hello World</a> to test.</p> > > It looks good to me. The target is the radio link: "Hello World". The link description in the second paragraph is "hello world". So the output is not good: 1) <a id="hello-world">Hello World</a> should be <a id="Hello-World">Hello World</a> ^ ^ 2) <a href="#hello-world">Hello World</a> should be <a href="#Hello-World">hello world</a> ^ ^ ^ ^ See the difference with the result you get after applying the patch I just sent on top of d2e7b1b5. -- Bastien
[Prev in Thread] | Current Thread | [Next in Thread] |