dependabot[bot]
642061db57
chore(deps-dev): bump markdown-it from 14.1.0 to 14.1.1 ( #5118 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 14.1.0 to 14.1.1.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-version: 14.1.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 week ago
Qingpeng Li
b544df802d
fix(client): await `clipboard.writeText` so that fallback works in non-secure contexts ( #5119 )
1 week ago
WizardsBowl
b28667b6b0
fix(theme): navbar menu group is incorrectly highlighted ( #5113 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 weeks ago
Divyansh Singh
2e36f5c312
docs: fix typo
3 weeks ago
Divyansh Singh
c0acfa104b
docs: sync deploy guides
3 weeks ago
agneliutkiene
d334e7a69c
docs: add Hostinger to deployment guide ( #5111 )
3 weeks ago
Divyansh Singh
fb21fdf675
fix: `processIncludes` no longer swallows errors
...
**BREAKING CHANGE:**
The previous `<!-- @include: ./path/to/file -->` syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.
For most users, no code changes are required. If you now see errors, it means your includes are broken and were previously not being reported.
Users who intentionally reference non-existent files or want to document includes without resolving them can configure `markdown.codeTransformers` with a `postprocess` hook. See `docs/.vitepress/config.ts` in this repo for an example.
3 weeks ago
Divyansh Singh
5e12ef7f13
docs: format
3 weeks ago
Divyansh Singh
5b7ccbccdd
chore: bump deps, remove rimraf
3 weeks ago
Divyansh Singh
f1bef95eee
fix(theme): keep pnum,tnum features in Inter
...
closes #5096
3 weeks ago
Tatsunori Uchino
f09593b073
fix(theme): add `rel="alternate"` and `hreflang` to links in language menu ( #5108 )
3 weeks ago
Tatsunori Uchino
a01bba0cad
feat(theme): add Japanese translation for "copied" label ( #5106 )
3 weeks ago
Divyansh Singh
d7effffdbb
feat(theme): enable text-autospace and text-spacing-trim ( closes #4996 )
3 weeks ago
Divyansh Singh
3146ce48ed
feat(theme): support specifying list of details in home page features ( closes #5101 )
3 weeks ago
Divyansh Singh
436024124a
chore: adjust heading level
3 weeks ago
Divyansh Singh
949e9b1df8
release: v2.0.0-alpha.16
3 weeks ago
Dylan Tientcheu
0d646a66cd
feat(theme): upgrade DocSearch to 4.5 with sidepanel ( #5092 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
3 weeks ago
Hayden Hung Hoang
d4796a0373
docs: add vitepress-plugin-typesense npm link ( #5100 )
1 month ago
Divyansh Singh
a28e171604
fix(theme): remove margin between code groups and blocks in markdown containers
...
closes #5099
1 month ago
hotdogc1017
f8d8c0d712
feat(theme): use `@layer __vitepress_base` to wrap the styles in base.css ( #4905 )
1 month ago
seeksky
923aa90252
fix(theme): highlight active link in mobile nav menu ( #5086 ) ( closes #5068 , closes #5074 )
1 month ago
seeksky
b2008654ff
fix(theme): align badges in h1 and h2 ( #5087 ) ( closes #5063 )
1 month ago
Michael Cozzolino
f119b18e39
fix(theme): add fallback for `heroImageSlotExists` ( #5076 )
...
for users who are importing VPHero in custom theme
1 month ago
Evan You
66cf64e6d1
fix: always log error when failed to fetch page
2 months ago
Divyansh Singh
8ed6ea048c
fix(theme): overflow clip is buggy on safari
...
closes #5050
x-ref: 06f0e1a (#5039 ), 0ee7158 (#5027 )
3 months ago
rockyxwall
bd748dfa73
docs: fix mathjax plugin install command
3 months ago
sugar
6d3ffef12e
docs: explicitly recommended v4 of markdown-it-mathjax3 ( #5043 )
3 months ago
Divyansh Singh
3f888218fc
chore: adjust heading level
3 months ago
Divyansh Singh
d954dc86f1
release: v2.0.0-alpha.15
3 months ago
Divyansh Singh
06f0e1a5c9
fix(theme): navbar overflowing on mobile devices
...
closes #5039
3 months ago
Divyansh Singh
bae5397cd7
release: v2.0.0-alpha.14
3 months ago
Kevin Deng
5e0d7dab83
chore: replace debug with obug ( #5030 )
3 months ago
Divyansh Singh
b8f3c46a0b
chore: bump deps
3 months ago
Yuji Sugiura
d16d1970bc
chore: update oxc-minify to 0.98 ( #5033 )
3 months ago
Divyansh Singh
9183680847
docs: update github search links
3 months ago
Divyansh Singh
179ee621d9
fix: log dead links in dev mode too
...
closes #4419
3 months ago
Divyansh Singh
dfb02a479f
feat(client): emit `vitepress:codeGroupTabActivate` custom event when a code group tab is activated
...
closes #5023
3 months ago
Divyansh Singh
cd01bc669b
docs: mention that relative bases are not supported
...
closes #5029
3 months ago
Divyansh Singh
0ee71588de
fix(theme): sidebar alignment when scrollbar is there on page
...
closes #5027
3 months ago
Bugo
dedcc0e17c
docs(ru): update `ru/guide/what-is-vitepress.md` ( #5028 )
3 months ago
Divyansh Singh
fc381df5dd
chore: adjust changelog heading
3 months ago
Divyansh Singh
40da998ec8
release: v2.0.0-alpha.13
3 months ago
Divyansh Singh
0899618556
fix: disable markdown-it-attrs for fenced code blocks
...
BREAKING CHANGE: `markdown-it-attrs` is disabled for fenced code blocks. For most users no change is required. If you want to add classes to code blocks, do it using shiki transformers instead.
3 months ago
froQ
a6e6e59905
refactor: use shiki's transformerMetaHighlight
3 months ago
Divyansh Singh
1ccb1c377e
ci: bump actions and node versions
3 months ago
Divyansh Singh
4e548f5424
fix: simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps
3 months ago
WuMingDao
eddf0ca257
docs(zh): add comment translations in extending-default-theme.md ( #5026 )
3 months ago
Bjorn Lu
bf2715ed67
feat: prevent `$` symbol selection in shell code ( #5025 )
3 months ago
WuMingDao
8da5e74948
docs(zh): add comment translations in deploy.md ( #5024 )
3 months ago
Dmitrii Savelev
be260fda6e
fix(theme): use nav height css var for curtain top in sidebar ( #4993 )
4 months ago