Known Conversion Issues ======================= There are some cases where conversion is not possible due to information being lost during the initial parsing of the RST document. Roles ----- index ~~~~~ The inline ``:index:`` cannot be inferred from the ``sphinx.ast`` .. code-block:: rst Is this the same :index:`some text ` has the following xml structure .. code-block:: xml Is this the same some text and the index doesn't wrap ``some text`` that is contained in the original rst role. A ``warning`` is issued to identify the document and line number. .. TODO:: Consider adding markup such as ```` to help identify within line placement It appears that the index role is inline for `deprecation in sphinx=4.0 `__ Directives ---------- code-block ~~~~~~~~~~ Given the ``:dedent:`` action is already applied to the associated ``Text`` element it will **not** need to be added as an option in `myst` output. Therefore the resulting ``myst`` document will not contain the ``:dedent:`` option.