mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user