Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plugins/info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Built-in info plugin
icon: material/information-outline
icon: material/folder-information-outline
---

# Built-in info plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/annotations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
icon: material/plus-circle-outline
icon: material/information-outline
---

# Annotations
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/code-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Add the `data-download` attribute to the fence block header to enable download:

=== "Blob"

```` yaml { data-download="blob" }
```` yaml { hl_lines="1" data-download="blob" }
``` yaml { data-download="blob" }

markdown_extensions:
Expand All @@ -147,7 +147,7 @@ Add the `data-download` attribute to the fence block header to enable download:

=== "Local File"

```` yaml { data-download="../assets/mkdocs.yml" }
```` yaml { hl_lines="1" data-download="../assets/mkdocs.yml" }
``` yaml { data-download="assets/xxx.yaml" }

markdown_extensions:
Expand All @@ -157,7 +157,7 @@ Add the `data-download` attribute to the fence block header to enable download:

=== "URL"

```` yaml { data-download="https://jaywhj.github.io/mkdocs-materialx/assets/mkdocs.yml" }
```` yaml { hl_lines="1" data-download="https://jaywhj.github.io/mkdocs-materialx/assets/mkdocs.yml" }
``` yaml { data-download="https://example.com/xxx.yaml" } # (1)!

markdown_extensions:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ theme:
favicon: octicons/milestone-24
icon:
logo: logo
annotation: material/plus-circle-outline
annotation: material/information-outline
admonition:
git:
icon: simple/git
Expand Down