From 889a9f03d42cbe3cbbbe393d6098eb92a3fc6bb3 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 6 Aug 2020 08:59:27 +0200 Subject: [PATCH] Documentation --- docs/reference/code-blocks.md | 2 +- docs/reference/data-tables.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index 976d40bf0..daadb2b92 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -301,7 +301,7 @@ _Result_: ### Embedding external files -_Also known as transcludes or file transclusion in [Multi-Markdown][20]_. +_Also known as transcludes or file transclusion in [MultiMarkdown][20]_. When [Snippets][21] is enabled, content from other files can be embedded, which is especially useful to reference and embed the contents of source files diff --git a/docs/reference/data-tables.md b/docs/reference/data-tables.md index f5cad091e..a62f3ec0b 100644 --- a/docs/reference/data-tables.md +++ b/docs/reference/data-tables.md @@ -116,9 +116,9 @@ and/or end of the divider. ### Sortable tables -If you want to make data tables sortable, you can add [tablesort][5] via -[additional JavaScript][2], which is natively integrated with Material for -MkDocs and will also work with [instant loading][6]: +If you want to make data tables sortable, you can add [tablesort][5], which is +natively integrated with Material for MkDocs and will also work with [instant +loading][6] via [additional JavaScript][2]: === "docs/javascripts/tables.js"