aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-03 11:37:55 -0400
committerBradley Taunt <bt@btxx.org>2024-07-03 11:37:55 -0400
commit8d79031e57a1af9f7034195e015e39f32fa9af54 (patch)
tree0503bf6061a9f6ef9e7962d47a8e858c270d800e
parentbf359e1412ff8a39c411a9ab5e13e7cc17987e6b (diff)
More footnote cleanup v2
-rw-r--r--posts/future-os-google.md2
-rw-r--r--posts/still-using-jquery.md4
-rw-r--r--posts/tables.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/posts/future-os-google.md b/posts/future-os-google.md
index cfa95c1..491331a 100644
--- a/posts/future-os-google.md
+++ b/posts/future-os-google.md
@@ -6,7 +6,7 @@
- - -
-Google has created one of the best operating systems designed with the everyday user<sup>1</sup> in mind: [Chrome OS](https://www.google.com/chromebook/chrome-os/). It is undeniably simple, reliable, easy to setup, and ships with several years of support before any form of EOL kicks in. New models have built-in support for the Google Play Store and Android applications, which is helpful for application development and debugging.
+Google has created one of the best operating systems designed with the everyday user[^1] in mind: [Chrome OS](https://www.google.com/chromebook/chrome-os/). It is undeniably simple, reliable, easy to setup, and ships with several years of support before any form of EOL kicks in. New models have built-in support for the Google Play Store and Android applications, which is helpful for application development and debugging.
In addition, Chrome OS devices allow you to run Linux in a separate container alongside the main OS (on supported devices). You can't complain about that!
diff --git a/posts/still-using-jquery.md b/posts/still-using-jquery.md
index c89993e..b30c25d 100644
--- a/posts/still-using-jquery.md
+++ b/posts/still-using-jquery.md
@@ -23,8 +23,8 @@ I tend to follow these principles when working on a project (with shared equal i
- simple UI
- intuitive UX
-As long as all of these items are accomplished, I don't care if the project was a direct export from Microsoft Word straight to the web<sup>1</sup>. If it works great, then it works great.
+As long as all of these items are accomplished, I don't care if the project was a direct export from Microsoft Word straight to the web[^1]. If it works great, then it works great.
So use whatever tools make you a happier developer, as long as your projects don't suffer because of them.
-<small><sup>1</sup>This would obviously be terrible for development, but its just an extreme example</small>
+[^1]: This would obviously be terrible for development, but its just an extreme example</small>
diff --git a/posts/tables.md b/posts/tables.md
index 787daed..c969889 100644
--- a/posts/tables.md
+++ b/posts/tables.md
@@ -116,8 +116,8 @@ You could keep the table headings and style them the same as the `tbody` content
Simply put: **accessibility** and **proper semantics**.
-Why use a screwdriver when you need a hammer? Sure, you can make that screwdriver look and *almost* work the same as a hammer, but for what purpose? Just use the damn hammer<sup>1</sup>.
+Why use a screwdriver when you need a hammer? Sure, you can make that screwdriver look and *almost* work the same as a hammer, but for what purpose? Just use the damn hammer[^1].
Have fun making your tables responsive!
-<small><sup>1</sup> I know, this is a terrible analogy...</small>
+[^1]: I know, this is a terrible analogy...