From fbc52b3e2a3af4e5106cde4b3d69f75d632745d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 8 Jun 2022 11:46:13 +0000 Subject: [PATCH] fixed 223f40d from https://gitee.com/ge-yafang/docs/pulls/5155 update zh-cn/application-dev/reference/apis/js-apis-webgl.md. Signed-off-by: @ge-yafang --- zh-cn/application-dev/reference/apis/js-apis-webgl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webgl.md b/zh-cn/application-dev/reference/apis/js-apis-webgl.md index 4665a9b2f7..7c78bce3a0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webgl.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webgl.md @@ -12,7 +12,8 @@ WebGL标准图形API,对应OpenGL ES 2.0特性集。更多信息请参考[WebG hml内创建canvas,示例如下: -``` +```html +
-- GitLab