Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Oct 21, 2023
1 parent 41ef385 commit 015fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@

if ((!(isExtensionAllowed(lastSegment)) || lastSegment === "") && url.includes("gist.raw.githubusercontent.com")) {
// Filename without supported extension or missing filename
alert("Please use the raw source URL and a filename that includes the '.md' extension in the file URL when using a Gist. To get this URL, tap on the filename of your Gist (i.e. 'Yourfile.md') and then tap the 'Raw' button.");
alert("Please use the GitHub Gist raw source URL and a filename that includes the '.md' extension as the file URL. To get this URL, tap on the filename of your Gist (i.e. 'Yourfile.md') and then tap the 'Raw' button.");
selectText();
return;
} else if (!(isExtensionAllowed(lastSegment)) || lastSegment === "") {
Expand Down

0 comments on commit 015fc48

Please sign in to comment.