Replies: 1 comment
-
|
I'll try to look into it and add this to the next new version if possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am constantly adding files to my documentation using the Snippets extension:
I would love to have a Download button in code blocks, similar to Code Copy Button.
Related discussion on
mkdocs-material: squidfunk/mkdocs-material#7694In this discussion, a solution was proposed using
data-downloadattribute.data-download="1": Download the code block content:data-*attribute.data-download=url: Create a link button with a download attribute.This is what I've have at the moment: squidfunk/mkdocs-material#7694 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions