File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Sublime Text 3 plugin for generating a Table of Contents (TOC) in a Markdown doc
25
25
- [ Features] ( #features )
26
26
- [ Insertion of TOC based on headings in Markdown document] ( #insertion-of-toc-based-on-headings-in-markdown-document )
27
27
- [ Automatic refresh of TOC when Markdown document is saved] ( #automatic-refresh-of-toc-when-markdown-document-is-saved )
28
+ - [ Supported file extensions] ( #supported-file-extensions )
28
29
- [ Customizing generation of TOC using attributes] ( #customizing-generation-of-toc-using-attributes )
29
30
- [ Auto anchoring when heading has anchor defined] ( #auto-anchoring-when-heading-has-anchor-defined )
30
31
- [ Auto linking for _ clickable_ TOC] ( #auto-linking-for-_clickable_-toc )
@@ -178,6 +179,13 @@ Same goes for deleted headings, these are cleared out.
178
179
179
180
Updating the TOC can also be accomplished without saving by picking from the menu: Tools > MarkdownTOC > Update TOC
180
181
182
+
183
+ #### Supported file extensions
184
+
185
+ Make sure your file's extension is in the following list.
186
+
187
+ ` .md ` ` .markdown ` ` .mdown ` ` .mdwn ` ` .mkdn ` ` .mkd ` ` .mark `
188
+
181
189
### Customizing generation of TOC using attributes
182
190
183
191
``` markdown
You can’t perform that action at this time.
0 commit comments