From 8a6723f7e2b4fad41779734301d16135c9e397ad Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 5 Mar 2024 02:06:09 +0000 Subject: [PATCH] docs: Change warning sample from blockquote to code block --- docs/QUnit/load.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/QUnit/load.md b/docs/QUnit/load.md index c5ca36eb7..8c226b480 100644 --- a/docs/QUnit/load.md +++ b/docs/QUnit/load.md @@ -41,6 +41,8 @@ If your test runner works in a similar way, call [`QUnit.start()`](./start.md) i ### Karma runner -> QUnit.load is deprecated and will be removed in QUnit 3.0. +``` +QUnit.load is deprecated and will be removed in QUnit 3.0. +``` If you encounter this warning in Karma output, upgrade to [karma-qunit](https://github.com/karma-runner/karma-qunit) 4.2.0 or later, which [fixes](https://github.com/karma-runner/karma-qunit/pull/184) this warning.