You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Client bundle compiled with errors therefore further build is impossible.
Error: MDX compilation failed for file "/home/runner/work/docs/docs/standards/scs-0126-v1-provider-networks.md"
Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)
Details:
{
"column": 16,
"message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)",
"line": 247,
"name": "247:16",
"place": {
"line": 247,
"column": 16,
"offset": 21316,
"_index": 0,
"_bufferIndex": 7
},
"reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)",
"ruleId": "unexpected-character",
"source": "micromark-extension-mdx-jsx",
"url": "https://github.com/micromark/micromark-extension-mdx-jsx#unexpected-character-at-expected-expect"
}
The docs page build breaks with
This points to
(The first slash after the
https:
)Apparently, docusaurus does not like to create reference lists with link embedded in
<>
.The text was updated successfully, but these errors were encountered: