We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c75f4 commit dd76b66Copy full SHA for dd76b66
src/components/LLMButtons/ViewAsMarkdown/index.tsx
@@ -11,7 +11,7 @@ export default function ViewAsMarkdown() {
11
element: 'llm-buttons.viewAsMarkdown',
12
});
13
}
14
-
+
15
try {
16
const currentUrl = window.location.href;
17
const markdownUrl = `${currentUrl}.md`;
src/theme/DocItem/Content/index.js
@@ -1,6 +1,6 @@
1
import { useDoc } from '@docusaurus/plugin-content-docs/client';
2
-import { ThemeClassNames } from '@docusaurus/theme-common';
3
import { useLocation } from '@docusaurus/router';
+import { ThemeClassNames } from '@docusaurus/theme-common';
4
import Heading from '@theme/Heading';
5
import MDXContent from '@theme/MDXContent';
6
import clsx from 'clsx';
0 commit comments