Skip to content

Commit 8dbee0d

Browse files
committed
local toc indent
1 parent 00d6356 commit 8dbee0d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • microsoft-edge/devtools-guide-chromium/sources

microsoft-edge/devtools-guide-chromium/sources/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ Use the **Sources** tool to view, modify, and debug front-end JavaScript code, a
3030
* [The Navigator, Editor, and Debugger panes](#the-navigator-editor-and-debugger-panes)
3131
* [Using the Navigator pane to select files](#using-the-navigator-pane-to-select-files)
3232
* [Using the Page tab to explore resources that construct the current webpage](#using-the-page-tab-to-explore-resources-that-construct-the-current-webpage)
33-
* [Icons in the Page tab](#icons-in-the-page-tab)
34-
* [Group files by folder or as a flat list](#group-files-by-folder-or-as-a-flat-list)
33+
* [Icons in the Page tab](#icons-in-the-page-tab)
34+
* [Group files by folder or as a flat list](#group-files-by-folder-or-as-a-flat-list)
3535
* [Add a local folder to the workspace, to use DevTools to edit files and save changes to disk](#add-a-local-folder-to-the-workspace-to-use-devtools-to-edit-files-and-save-changes-to-disk)
3636
* [Using the Overrides tab to override server files with local files](#using-the-overrides-tab-to-override-server-files-with-local-files)
3737
* [Using the Content scripts tab for Microsoft Edge extensions](#using-the-content-scripts-tab-for-microsoft-edge-extensions)
3838
* [Using the Snippets tab to run JavaScript code snippets on any webpage](#using-the-snippets-tab-to-run-javascript-code-snippets-on-any-webpage)
3939
* [Using the Command Menu to open files](#using-the-command-menu-to-open-files)
4040
* [Using the Editor pane to view or edit files](#using-the-editor-pane-to-view-or-edit-files)
4141
* [Editing a JavaScript file](#editing-a-javascript-file)
42-
* [Save and Undo](#save-and-undo)
43-
* [Find and Replace](#find-and-replace)
44-
* [Showing the changes you made](#showing-the-changes-you-made)
45-
* [Changes inside a function take effect](#changes-inside-a-function-take-effect)
42+
* [Save and Undo](#save-and-undo)
43+
* [Find and Replace](#find-and-replace)
44+
* [Showing the changes you made](#showing-the-changes-you-made)
45+
* [Changes inside a function take effect](#changes-inside-a-function-take-effect)
4646
* [Reformatting a minified JavaScript file with pretty-print](#reformatting-a-minified-javascript-file-with-pretty-print)
4747
* [Mapping minified code to your source code to show readable code](#mapping-minified-code-to-your-source-code-to-show-readable-code)
4848
* [Transformations from source code to compiled front-end code](#transformations-from-source-code-to-compiled-front-end-code)
4949
* [Editing CSS](#editing-css)
50-
* [Editing CSS by using the Styles tab in the Elements tool, when using the Workspace tab of the Sources tool](#editing-css-by-using-the-styles-tab-in-the-elements-tool-when-using-the-workspace-tab-of-the-sources-tool)
51-
* [Editing CSS in the Page tab or Workspace tab in the Sources tool](#editing-css-in-the-page-tab-or-workspace-tab-in-the-sources-tool)
50+
* [Editing CSS by using the Styles tab in the Elements tool, when using the Workspace tab of the Sources tool](#editing-css-by-using-the-styles-tab-in-the-elements-tool-when-using-the-workspace-tab-of-the-sources-tool)
51+
* [Editing CSS in the Page tab or Workspace tab in the Sources tool](#editing-css-in-the-page-tab-or-workspace-tab-in-the-sources-tool)
5252
* [Editing an HTML file](#editing-an-html-file)
5353
* [Going to a line number or function](#going-to-a-line-number-or-function)
5454
* [Quick source tool, to display source files when using a different tool](#quick-source-tool-to-display-source-files-when-using-a-different-tool)

0 commit comments

Comments
 (0)