From 4ed8756cbb8773abcf088b26855887d54b7d59e1 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Thu, 15 Feb 2024 09:33:45 -0800 Subject: [PATCH] Use docsify-loading plugin and add docsify-footnotes plugin. --- docs/home.md | 27 ++++++++++++++++++++++++++- docs/index.html | 14 ++++++-------- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/docs/home.md b/docs/home.md index 29461a0..b9b7790 100644 --- a/docs/home.md +++ b/docs/home.md @@ -15,4 +15,29 @@ The Art of Guerrilla Usability Testing | UX Booth ### Week 5 Slides to be Discussed -[Usability Testing](https://www.google.ca/slides/about/) \ No newline at end of file +[Usability Testing](https://www.google.ca/slides/about/) + +## Markdown Footnote +Here is a simple footnote[^1]. With some additional text after it. + +## HTML iFrame (YouTube) + + +## HTML iFrame (YouTube, Styled with Docsify-This CSS Class `video-container-4by3`) +
+ +## HTML iFrame (Google Slides) + + +## HTML iFrame (Google Slides, Styled with Docsify-This CSS Class `video-container-4by3`) +
+ +## HTML iFrame (H5P) + + +## HTML Embed (using Embed.ly) +Defining usability + +[^1]: My reference. \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 1844bd6..f807e4e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -281,14 +281,6 @@ } */ - /* Support Browser-level image lazy loading of images */ - htmlElement.innerHTML = htmlElement.innerHTML.replace(//g, function (match, p1) { - if (p1.indexOf('loading=') === -1) { - return match.replace('>', ' loading="lazy">'); - } - return match; - }); - next(htmlElement.innerHTML); }); @@ -390,12 +382,18 @@ + + + + + +