Hello,

Is there a way to get correct highlighting for multiline Python strings
in code blocks using the html builder. In the following code block:

.. code-block: python

 >>> long_string=u"""xxxxxxx
 yyyyyyyyyyy"""


In the html output the first line is:  
<span class="s">u"""xxxxxxx</span>
while the second line is
<span class="go">yyyyyyyyyyy"""</span>


Best regards,
Marcin

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to