guix-devel
[Top][All Lists]
Advanced

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

Re: Manual consistency


From: Ricardo Wurmus
Subject: Re: Manual consistency
Date: Tue, 09 Jun 2020 19:13:31 +0200
User-agent: mu4e 1.4.4; emacs 26.3

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> Julien Lepiller <julien@lepiller.eu> writes:
>>
>>> If there is a way to mark a sentence to wrap it into a class, we could
>>> also do some CSS magic with :before.
>>
>> Texinfo puts all examples inside div.example pre.example, but the
>> individual lines are not wrapped in spans, so we cannot style each line
>> individually.  A :before rule would thus only change the first line,
>> which is not enough.
>
> What about adding some more post-processing in doc/build.scm?  :-)

If we’re okay with wrapping individual lines in @code{…} that won’t be
necessary.  Having each logical line of code within @code results in

  <pre class="example">
    <code>this line</code>
    <code>that line</code>
  </pre>

and that’s something we *can* style with CSS.

-- 
Ricardo



reply via email to

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