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
/* Note: Docusaurus/MDX v1 has parsing issues where some markdown renders statically and can cuse sibsequent links when beside a component or
5
-
HTML tag while NOT in a section header or table, etc. https://github.com/mdx-js/mdx/issues/1571#issuecomment-853384939
4
+
/* Note: Docusaurus/MDX v1 has parsing issues where some markdown renders statically when beside a component or HTML tag while NOT in a section header or table, etc. https://github.com/mdx-js/mdx/issues/1571#issuecomment-853384939
6
5
7
6
Exact issue here is noted here https://docusaurus.io/docs/markdown-features/react#markdown-and-jsx-interoperability.
8
7
9
8
This should be fixed when DS moves to MDX v2 https://github.com/facebook/docusaurus/issues/4029
10
9
11
-
For now, we we wrap the anchor in this component for reusability. Other in-line workarounds are add a narrow no-break space (#8239; or &nnbsp;) before the <Icon /> or replace markdown syntax with equivalient html tags. */
10
+
For now, we we wrap the anchor in this component for reusability. Other in-line workarounds are add a narrow no-break space (  or &nnbsp; or respectively) before the <Icon /> or replace markdown syntax with equivalent html tags. */
12
11
13
12
// TODO: refactor this component after DS moves to MDX v2.
0 commit comments