We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134b838 commit 01dac78Copy full SHA for 01dac78
layouts/partials/download.html
@@ -11,7 +11,7 @@
11
console.log(currentFileName)
12
13
// data types NO CATCH FOR NONEXISTENT FILES; provide everything listed here with pandoc
14
- const fileTypes = ["pdf", "tex", "odt", "docx"];
+ const fileTypes = ["pdf", "latex", "odt", "docx"];
15
16
// dropdown-menu dynamically filled with the aforementioned list
17
const fileTypeSelect = document.getElementById('fileType');
0 commit comments