On 2011-12-12, lyhcode wrote:
> rst has
> *italic*
> **bold**

> but if I need a text bold and italic in the same time.
> something like

> ***italic.bold***

> Is there a easy way to implement this?
> thanks a lot

Currently, nested inline markup is not supported. The workaround is easy but
not nice:

define a custom role, e.g.

.. role:: bfit

and use it to mark up :bfit`bold italic text`.

You also need to define styling rules for the bfit class in the CSS
stylesheet for HTML and in the LaTeX preamble for LaTeX.

Günter


-- 
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