From 39e39b5aab26aaa28cb1b7f2004f809bee0e691c Mon Sep 17 00:00:00 2001 From: niko Date: Mon, 8 Jul 2024 08:43:30 -0400 Subject: [PATCH] add bad apple explainer to `nbVideo` section --- docsrc/allblocks.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docsrc/allblocks.nim b/docsrc/allblocks.nim index 71526c9..460cb8d 100644 --- a/docsrc/allblocks.nim +++ b/docsrc/allblocks.nim @@ -113,6 +113,9 @@ nbText: """ `nbVideo` allows you to display videos within your nimib document. You may choose if the video autoplays, loops, and/or is muted. +Pictured below is Bad Apple!! If you aren't sure what it is, or are curious about its +origins, here's [an explainer](https://www.youtube.com/watch?v=6QY4ekac1_Q). + The `typ` parameter specifies the video's MIME type, and is optional! """