docs(vimdoc): reorganize preset documentation #113
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim!113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/preset-vimdoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Closes #105.
preview-presetslisted the built-in presets, but it did not explain the stable user-facing defaults for each preset family. The pandoc math guidance also sat as a detached subsection instead of living with the presets that use it.Solution
Reorganize the PRESETS section into navigable vimdoc subsections for preset notes, LaTeX presets, Pandoc presets, diagram presets, and HTML presets. Keep the scan-first table, move math guidance under the Pandoc section, add concise per-preset behavior notes, and point exact implementation details to
lua/preview/presets.lua. Regenerated help tags and checked edited-line widths.