Hi Stefano,

Have you tried adding your code in a  .. code-block:: <language> ? 
> Something like
>
> *****
> .. code-block:: bash
>    :emphasize-lines: 3
>
>    print('hi', file=sys.stderr)
>
>    hi
> *****
>

"emphasize-lines" is indeed very similar to what I want to achieve. 
Unfortunately it produces a yellow highlight (which roughly means "look 
here"). Instead I'd like to have a red highlight "something is wrong"; 
that's somewhat different. Do you know if it's possible to achieve such a 
red highlight?

Best,
Anton

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/af5d33db-6514-421b-ab51-584d61246cbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to