From 2882d82628bc0bda63db467b9bbdeddde4aed375 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 30 Jan 2022 18:49:02 +0100 Subject: [PATCH] Updated setup and reference interlinks --- docs/setup/extensions/python-markdown-extensions.md | 7 +++++-- docs/setup/extensions/python-markdown.md | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/setup/extensions/python-markdown-extensions.md b/docs/setup/extensions/python-markdown-extensions.md index fe53c0ca8..01f67155c 100644 --- a/docs/setup/extensions/python-markdown-extensions.md +++ b/docs/setup/extensions/python-markdown-extensions.md @@ -604,7 +604,9 @@ them at your own risk. See reference for usage: -- [Annotations] +- [Using annotations] +- [Using code blocks] +- [Using content tabs] - [Using flowcharts] - [Using sequence diagrams] - [Using state diagrams] @@ -616,7 +618,8 @@ See reference for usage: [Fenced Code Blocks]: python-markdown.md#fenced-code-blocks [Mermaid.js]: https://mermaid-js.github.io/mermaid/ [diagrams]: ../../reference/diagrams.md - [Annotations]: ../../reference/annotations.md + [Using annotations]: ../../reference/annotations.md#usage + [Using content tabs]: ../../reference/content-tabs.md#usage [Using flowcharts]: ../../reference/diagrams.md#using-flowcharts [Using sequence diagrams]: ../../reference/diagrams.md#using-sequence-diagrams [Using state diagrams]: ../../reference/diagrams.md#using-state-diagrams diff --git a/docs/setup/extensions/python-markdown.md b/docs/setup/extensions/python-markdown.md index 720237588..6324a9cf7 100644 --- a/docs/setup/extensions/python-markdown.md +++ b/docs/setup/extensions/python-markdown.md @@ -81,7 +81,7 @@ markdown_extensions: No configuration options are available. See reference for usage: -- [Annotations] +- [Using annotations] - [Adding buttons] - [Adding icons with colors] - [Image alignment] @@ -199,12 +199,12 @@ markdown_extensions: No configuration options are available. See reference for usage: -- [Annotations] +- [Using annotations] - [Image captions] [Markdown in HTML]: https://python-markdown.github.io/extensions/md_in_html/ [Markdown in HTML support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0 - [Annotations]: ../../reference/annotations.md + [Using annotations]: ../../reference/annotations.md#usage [Image captions]: ../../reference/images.md#image-captions ### Table of Contents