烽宁
f7aef3ca23
fix(localSearch): remove empty titles that may appear in search results ( #3665 )
8 months ago
Andrew Courtice
e13f93292c
fix(theme): fixed sidebar expand caret showing when no children are present ( #3657 )
8 months ago
Christian Georgi
b50a8a1325
fix(theme): ignore inner-page items in next/prev link ( #3663 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
8 months ago
Divyansh Singh
1909041715
fix(theme): local nav separator not visible on pages having no outline
8 months ago
Divyansh Singh
86c0967297
chore: bump deps and switch to polka/compression
9 months ago
Rick Dubiel
5f6297cb3d
feat(theme): allow selectively disabling external link icon on navbar items ( #3607 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Timothy Lau
59183e9cef
fix(build): resolve patter relative to srcDir instead of root in createContentLoader ( #3638 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
49ea062b39
refactor: more cleanup
9 months ago
Divyansh Singh
6c0125b655
chore: tweak hashchange emitting a bit
9 months ago
Divyansh Singh
2df9bab566
chore: adjust fix for #3637
9 months ago
烽宁
6b971a08f5
fix(router): hashchange not emitted in certain cases ( #3637 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Lo
f6bd99eb13
feat: add `window.__VITEPRESS__` ( #3634 )
9 months ago
Jacob Hummer
09030272b4
feat(theme): auto style markdown content in home page ( #3561 )
...
BREAKING CHANGES: styles are now applied by default to markdown content when `layout: home` is set in frontmatter. If they conflict with the styles of your custom component, please set `markdownStyles: false` in frontmatter.
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Joaquín Sánchez
636cca042d
perf(theme): move svg icons to css ( #3537 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
b63e0a0c57
fix: handle process.env being undefined while process is not
...
closes #3579
9 months ago
Lin Tianchuan
20511006db
fix(theme): adjust mathjax svg styles ( #3567 )
9 months ago
Pim Schreurs
6624bb7486
fix: make local search work in combination with vue-i18n ( #3559 )
10 months ago
Anthony Fu
1d16a85fdf
chore: upgrade to shiki rc ( #3550 )
10 months ago
yhzx233
c582a8d5fd
fix(theme): correctly normalize paths ending with "index" ( #3544 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Divyansh Singh
67a9964c4e
chore: fix typo
10 months ago
Divyansh Singh
8f8a6feb05
fix(md): dont break on nesting blockquotes inside gfm alerts
...
closes #3512
10 months ago
Liana
ab39fd8592
feat(home): add target and rel attribute to home actions ( #3528 )
10 months ago
Divyansh Singh
30c665b29d
chore: bump deps
10 months ago
JD Solanki
28870e68fa
✨ feat: add hero slots that are inside container ( #3524 )
10 months ago
JD Solanki
6b1f951928
feat: wrap site title in span ( #3522 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Divyansh Singh
04f794bf55
fix: lazy evaluate known extensions to allow env set in config
10 months ago
Anthony Fu
b8487d3a97
feat: rename shiki packages ( #3506 )
...
BREAKING CHANGE: vitepress now uses shiki instead of shikiji. If you’re on the latest version and using shikiji specific features, you just need to change imports. The shikijiSetup hook is renamed to shikiSetup.
10 months ago
Divyansh Singh
5811b62657
fix: handle CRLF in snippet plugin
...
closes #3499
10 months ago
Anthony Fu
ac87d19ca1
feat: support GitHub-flavored alerts ( #3482 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Divyansh Singh
77a318c2a3
fix(theme): avoid selecting summary on toggling details
10 months ago
Divyansh Singh
900872769e
refactor: simplify head tracking logic
10 months ago
김관식
c882fa1469
feat(theme): add npm icon ( #3483 )
10 months ago
Divyansh Singh
5e2d853e1a
fix(client): handle head orphans added in initial load ( #3474 )
10 months ago
skirtle
d529ed4975
fix(theme): hover color for code links inside custom containers ( #3467 )
10 months ago
Divyansh Singh
c22f5d983f
feat: support specifying custom extensions to escape routing ( #3466 )
10 months ago
Divyansh Singh
3f6ca6a374
fix(theme): remove extra offset
10 months ago
Divyansh Singh
0ce5ece356
fix(theme): misaligned outline indicator ( #3458 )
10 months ago
Divyansh Singh
4020b419de
Revert "fix(theme): misaligned outline indicator\"
...
This reverts commit 910b2125bb
.
10 months ago
Divyansh Singh
910b2125bb
fix(theme): misaligned outline indicator\
...
fixes #3449
10 months ago
Yuta Nakamura
cd8ee6fb32
fix: enter key behavior conflict with IME in search box ( #3454 )
10 months ago
Divyansh Singh
3f8998f351
chore: bump deps
10 months ago
Lars Rickert
78abf47b8b
fix(theme): use`--vp-c-tip-` CSS variable for badge/block colors with type`tip` ( #3434 )
10 months ago
烽宁
8acf291644
chore: add more known extensions ( #3439 )
10 months ago
Divyansh Singh
5dab5e3ced
refactor: simplify line filling a bit
10 months ago
lsh
18981c1d1c
feat(theme): export VPBadge ( #3431 )
10 months ago
Divyansh Singh
c236570f28
fix(theme/regression): external link icon not working
...
closes #3424
11 months ago
xxf5530
b03fb83a4e
fix(theme/regression): inter getting bundled even importing without-fonts entry ( #3412 )
...
change `import { type ... }` to `import type { ... }`
11 months ago
Divyansh Singh
be4c0c0c4b
chore: update known extensions
...
closes #3408
11 months ago
烽宁
d279e63cb4
fix: avoid pushing to history when clicking on the current link ( #3405 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Yuxuan Zhang
36544707e0
refactor(theme): improve robustness and readability of outline component ( #3368 )
11 months ago