79218660

Date: 2024-11-23 19:35:25
Score: 0.5
Natty:
Report link

For raw HTML in inline context, you can generate a custom role based on the "raw" role:

.. role:: HTML(raw)
   :format: html

and use it like

你\ :HTML:`<ruby>好<rt>hǎo</rt></ruby>`\ 呀!

The backslash-escaped spaces are required so that the inline markup is recognized. (Alternatively, set the character-level-inline-markup configuration setting to True.)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: G. Milde