VSCode extension lower header level for MarkdownThis VSCode extension is developed to lower the levels of all headers in the selected part of a Markdown file. I used Academic to build my personal website. However, I encountered difficulties when adding the Markdown file in the Courses section: the TOC in this section uses the second level headers of the Markdown file to construct its first level headings, and so on for other headers. To deal with this problem, I developed this VSCode extension. Features
Install
Run
Resource codehttps://github.com/ruichima/lower-header-level-for-markdown Release Notes1.0.3Remove the message box 'success!' in the lower right corner. Reduce the size of gif for example in README. 1.0.2Fix bug: Can't lower the level of head which includes reserved characters in markdown: { } . * + ? ^ $ \ |. 1.0.1Update README. 1.0.0Initial release. License |