fix(ci): ignore MDX files from being formatted with Oxfmt

This was due to Oxfmt escaping the MDX/JSX comment syntax with literal backlash, failing MDX loader used by @docusaurus

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-08-02 23:35:58 +07:00
parent eb52dc6089
commit 0fd971bba1
81 changed files with 510 additions and 512 deletions

View File

@@ -5,7 +5,7 @@ description: Use Jinja templates in SQL Lab and virtual datasets to create dynam
keywords: [sql templating, jinja, sql lab, virtual datasets, dynamic queries]
---
{/\*
{/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -22,7 +22,7 @@ software distributed under the License is distributed on an
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
\*/}
*/}
# SQL Templating