Inline FormattingΒΆ

Inline code

Is rendered from:

``Inline code``

Which is composed of:

  • docutils.nodes.paragraph
    • docutils.nodes.literal
      • docutils.nodes.Text

emphasis

Is rendered from:

*emphasis*

Which is composed of:

  • docutils.nodes.paragraph
    • docutils.nodes.emphasis
      • docutils.nodes.Text

strong

Is rendered from:

**strong**

Which is composed of:

  • docutils.nodes.paragraph
    • docutils.nodes.strong
      • docutils.nodes.Text