From 45c1e7f51fe8b2eacd3bd6cc01cb1c1bb40d75d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 3 Oct 2023 10:52:34 +0200 Subject: [PATCH] docs: use html instead of xml for highlight --- docs/2.guide/3.going-further/9.debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/3.going-further/9.debugging.md b/docs/2.guide/3.going-further/9.debugging.md index 8fc686a4fd..621b38fa54 100644 --- a/docs/2.guide/3.going-further/9.debugging.md +++ b/docs/2.guide/3.going-further/9.debugging.md @@ -75,7 +75,7 @@ You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebSto 2. Open the `nuxt.run.xml` file and paste the following debug configuration: -```xml +```html