From 735b68581629852614244f756305417aa1fc87e2 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 2 Apr 2025 07:35:09 -0700
Subject: [PATCH] Fixed wiki reformatting
---
include/SDL3/SDL_video.h | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 152f3e2ff2c32..36078dd499e94 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -1542,8 +1542,11 @@ extern SDL_DECLSPEC SDL_Window * SDLCALL SDL_GetWindowParent(SDL_Window *window)
* - `SDL_PROP_WINDOW_X11_WINDOW_NUMBER`: the X11 Window associated with the
* window
*
- * On Emscripten: - `SDL_PROP_WINDOW_EMSCRIPTEN_CANVAS_ID`: the id the canvas
- * element will have - `SDL_PROP_WINDOW_EMSCRIPTEN_KEYBOARD_ELEMENT`: the
+ * On Emscripten:
+ *
+ * - `SDL_PROP_WINDOW_EMSCRIPTEN_CANVAS_ID`: the id the canvas
+ * element will have
+ * - `SDL_PROP_WINDOW_EMSCRIPTEN_KEYBOARD_ELEMENT`: the
* keyboard element that associates keyboard events to this window
*
* \param window the window to query.