/cuda_markdown_tool

Markdown heading level change Plugin

Primary LanguagePython

Markdown heading level change Plugin

Heading level down/up, in Markdown files.

level down (# => ##)

If text is selected, only lines with heading will be leveled down.

If no text is selected, it will generate prefix # whether the line is heading line or not.

level up; (## => #)

vice versa.

ps. do nothing when selecting lines contains heading level 1