Fixed code block annotations

This commit is contained in:
squidfunk
2021-06-15 12:01:04 +02:00
parent e11fce36db
commit 3d6510c441
2 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ document$.subscribe(function() { // (1)
_Result_:
``` {: .js .annotate }
``` { .js .annotate }
document$.subscribe(function() { // (1)
var tables = document.querySelectorAll(/* (2) */ "article table")
tables.forEach(function(table) {