Inline FormattingΒΆ
Inline code
Is rendered from:
``Inline code``
Which is composed of:
docutils.nodes.paragraphdocutils.nodes.literaldocutils.nodes.Text
emphasis
Is rendered from:
*emphasis*
Which is composed of:
docutils.nodes.paragraphdocutils.nodes.emphasisdocutils.nodes.Text
strong
Is rendered from:
**strong**
Which is composed of:
docutils.nodes.paragraphdocutils.nodes.strongdocutils.nodes.Text