artempyanykh / marksman

Write Markdown with code assist and intelligence in the comfort of your favourite editor.
MIT License
2.07k stars 35 forks source link

feat: Add a configuration option to treat level 1 headings as title #366

Closed artempyanykh closed 10 hours ago

artempyanykh commented 4 days ago

Stacked PRs:


feat: Add a configuration option to treat level 1 headings as title

Previously, "level 1 heading = title" was the default. Now there's a toggle for this.

The config option is not wired yet. This will be done separately.