1# Download code block
2
3Simplistic JavaScript-only DokuWiki plugin adding download buttons to code
4blocks.
5
6## Filename
7
8The text of the element preceding the code block (e.g. a heading) is interpreted
9as the file name for the download if it ends with a file extension (dot followed
10by letters, numbers or underscores). Full paths (with separators `/` or `\`) are
11handled properly.
12
13![screenshot](screenshot.png)