diff --git a/src/articles/myarticles/accessible-footnotes.md b/src/articles/myarticles/accessible-footnotes.md index b4a2a4b1..86c96353 100644 --- a/src/articles/myarticles/accessible-footnotes.md +++ b/src/articles/myarticles/accessible-footnotes.md @@ -56,6 +56,10 @@ Here is a sample of what the HTML markup output of markdown-it-footnote looks li ``` +This is what this HTML markup will look like on a live web page: + +![Web page footnotes sample screenshot](/assets/images/articles/accessible-footnotes/footnote-sample.avif) + What this HTML markup does: - Adding a footnote reference as a superscript by using the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup) tag with numbers as the content. - Using a `
` horizontal line element to separate the main body of the page and the footnote section; diff --git a/src/assets/images/articles/accessible-footnotes/footnote-sample.avif b/src/assets/images/articles/accessible-footnotes/footnote-sample.avif new file mode 100644 index 00000000..99edf5bb Binary files /dev/null and b/src/assets/images/articles/accessible-footnotes/footnote-sample.avif differ