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

> Hi,
>
> Ricardo Wurmus <rek...@elephly.net> skribis:
>
>> Julien Lepiller <jul...@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