Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 865 Bytes

File metadata and controls

33 lines (17 loc) · 865 Bytes

FAQ

What Markdown does the plugin support?

It supports ATX-style headings from # through ######.

Does it parse Setext headings?

No. Setext headings are not currently supported.

Does it ignore code blocks?

Yes. Fenced code blocks using triple backticks or triple tildes are skipped while parsing headings.

What happens when a document has no headings?

The tree shows a placeholder message that no Markdown headings were found.

How does the heading tree expand?

The H1 to H5 buttons control the initial visible depth of the tree.

Can I jump to a heading with one click?

Yes. Clicking a heading in the tree jumps the editor to that line.

Is the plugin Windows-only?

Yes. The project targets Notepad++ on Windows.

Should generated DLLs be committed?

No. Treat them as build outputs and keep them out of source control.