Skip to content

Commit 690f2a1

Browse files
Merge pull request naokazuterada#128 from naokazuterada/mention-to-extensions
Add supported extensions on README naokazuterada#127
2 parents afe002a + 5ca000b commit 690f2a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Sublime Text 3 plugin for generating a Table of Contents (TOC) in a Markdown doc
2525
- [Features](#features)
2626
- [Insertion of TOC based on headings in Markdown document](#insertion-of-toc-based-on-headings-in-markdown-document)
2727
- [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)
2829
- [Customizing generation of TOC using attributes](#customizing-generation-of-toc-using-attributes)
2930
- [Auto anchoring when heading has anchor defined](#auto-anchoring-when-heading-has-anchor-defined)
3031
- [Auto linking for _clickable_ TOC](#auto-linking-for-_clickable_-toc)
@@ -178,6 +179,13 @@ Same goes for deleted headings, these are cleared out.
178179

179180
Updating the TOC can also be accomplished without saving by picking from the menu: Tools > MarkdownTOC > Update TOC
180181

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+
181189
### Customizing generation of TOC using attributes
182190

183191
```markdown

0 commit comments

Comments
 (0)