You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details:
- Don't enclose tag link as inline code, as it stands out a bit too much
(because there are *a lot* of links in help pages). Instead improve
`<xxx>` escape code to ignore only actual part of markdown link.
Affecting links (https://neovim.io/doc/user/helptag.html?tag=<Leader>)
was the initial problem of why inline code "escape" was added in the
first place.
- Make "Generated ..." note centered and below centered images in the
READMEs.
- Make first section in documentation pages have "module" anchor.
Otherwise it was `minixxx` which is redundant as there is already
`mini.xxx` anchor earlier.
- Create a single 'mini.nvim/_metadata.yml' to populate common metadata
for all pages (instead of adding to every page via script).
This also contains a dedicated CSS that hides Quarto titles (which are
often redundant). NOTE: do so only in 'mini.nvim' pages and not ont he
whole site because showing titles of blog posts is useful.
0 commit comments