diff --git a/docs/syntax/cross-referencing.md b/docs/syntax/cross-referencing.md index 133fbd7d..9b8cc124 100644 --- a/docs/syntax/cross-referencing.md +++ b/docs/syntax/cross-referencing.md @@ -387,8 +387,6 @@ These can also be used within MyST documents, although it is recommended to use - {external:class}`sphinx.application.Sphinx`, {external:class}`Explicit text ` - {external+sphinx:ref}`code-examples`, {external+sphinx:ref}`Explicit text ` ---- - - , [][syntax], [Explicit text][syntax] - [](<#my other term>) - , [Explicit text](../intro.md) diff --git a/docs/syntax/organising_content.md b/docs/syntax/organising_content.md index cec9e556..e670935d 100644 --- a/docs/syntax/organising_content.md +++ b/docs/syntax/organising_content.md @@ -15,11 +15,11 @@ All headings at the root level of the document are included in the Table of Cont Many HTML themes will already include this ToC in a sidebar, but you can also include it in the main content of the page using the contents {{directive}}: -:::{myst-example} +````md ```{contents} Table of Contents :depth: 3 ``` -::: +```` Options: