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
Copy file name to clipboardExpand all lines: editor.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,19 +86,19 @@ You can add content blocks and other components to your documentation in visual
86
86
/>
87
87
</Frame>
88
88
89
-
### Source Mode
89
+
### Markdown Mode
90
90
91
-
Source mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
91
+
Markdown mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
92
92
93
93
<Frame>
94
94
<img
95
95
src="/images/editor/markdown-mode-light.png"
96
-
alt="Source mode in the Mintlify web editor"
96
+
alt="Markdown mode in the Mintlify web editor"
97
97
className="block dark:hidden"
98
98
/>
99
99
<img
100
100
src="/images/editor/markdown-mode-dark.png"
101
-
alt="Source mode in the Mintlify Web Editor"
101
+
alt="Markdown mode in the Mintlify Web Editor"
102
102
className="hidden dark:block"
103
103
/>
104
104
</Frame>
@@ -107,7 +107,7 @@ Source mode provides direct access to the underlying MDX code of your documentat
107
107
108
108
1.**Browse files**: Use the sidebar file explorer to navigate through your documentation.
109
109
2.**Open a file**: Click on the file that you want to edit to open it in the editor.
110
-
3.**Make changes**: Edit the content using visual or source mode. Changes are automatically saved as drafts.
110
+
3.**Make changes**: Edit the content using visual or Markdown mode. Changes are automatically saved as drafts.
111
111
4.**Preview changes**: See how your changes will appear in visual mode.
0 commit comments