On Mon, Oct 14, 2024 at 10:29:30AM +0200, Thérèse Godefroy wrote: > Hello Arnold, hello all, > > Le 14/10/2024 à 05:40, [email protected] a écrit : > > Hello. > > > > Your patch, unfortunately, is not correct, as it ends up putting > > regular text into @code even for non-HTML outputs, so I cannot > > apply it. > > Thanks for your prompt answer. I understand your point, but there may be > a way to reconcile HTML (+ CSS) with non-HTML outputs: use @kbd for the > dashed line so it doesn't get converted to '&mdash' and '–'.
@t would probably be better than @kbd here, as @kbd has a different semantic meaning. But in any case, @display is not supposed to be used to format a table. You are likely to run into issues if the screen size is not what you expect. In theory, @multitable would be much better to format that kind of table. -- Pat
