Evan You
|
d2838e3755
|
feat: createContentLoader
|
2 years ago |
Divyansh Singh
|
c7855eea35
|
chore: bump deps
|
2 years ago |
Divyansh Singh
|
8b5181446d
|
chore: bump deps
|
2 years ago |
Evan You
|
38bbdaddb7
|
feat: vitepress init command (#2020)
close #1252
|
2 years ago |
Divyansh Singh
|
b197949930
|
chore: bump deps
|
2 years ago |
Divyansh Singh
|
b937c4613e
|
chore: bump deps
|
2 years ago |
Divyansh Singh
|
e3aa230a25
|
chore: bump deps
|
2 years ago |
Divyansh Singh
|
893bfd290e
|
release: v1.0.0-alpha.44
|
2 years ago |
Divyansh Singh
|
08e07d643d
|
chore: bump deps (#1853)
|
2 years ago |
Divyansh Singh
|
00abac6116
|
feat(build): support rewrites (#1798)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
9986f6ce52
|
chore: bump deps (#1820)
|
2 years ago |
Divyansh Singh
|
72e24b5548
|
release: v1.0.0-alpha.35
|
2 years ago |
Divyansh Singh
|
cb5f5aefc5
|
chore: bump deps
|
2 years ago |
Divyansh Singh
|
f97e072d39
|
chore: bump deps (#1721)
|
2 years ago |
Divyansh Singh
|
135b797cfb
|
fix(build): fix code groups for line numbers mode (#1700)
|
2 years ago |
Divyansh Singh
|
a684b67ec0
|
feat: add code-group feature (#728) (#1560)
close #728
close #1242
Co-authored-by: "Jinjing.Zhou" <allenzhou@tensorchord.ai>
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
ae33896a32
|
feat(build): switch to rollup 3 and vite 4 (#1591)
|
2 years ago |
Divyansh Singh
|
4b656feafe
|
chore: update lockfile
|
2 years ago |
Divyansh Singh
|
ae3ba243b1
|
tests: refactor (#1587)
|
2 years ago |
Divyansh Singh
|
4b0b1ef35f
|
fix(build): use addClass from shiki-processor (#1557)
reverts #1546 (fixed in upstream)
fixes #1555
|
2 years ago |
Divyansh Singh
|
8cd1f7c4aa
|
fix(build): use default slugify from mdit-vue (#1554)
|
2 years ago |
Divyansh Singh
|
6df421d2d0
|
chore: update deps
|
2 years ago |
Enzo Innocenzi
|
04ab0eb6dc
|
feat: support focus, colored diffs, error highlights in code blocks (#1534)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Divyansh Singh
|
067e1a9743
|
fix(theme): disable transitions on theme toggle (#1447)
|
2 years ago |
Divyansh Singh
|
a13bc866d0
|
fix(build): ignore tsconfig target in dev (#1428)
|
2 years ago |
Divyansh Singh
|
2f23eb96ef
|
chore: update deps (#1410)
|
2 years ago |
Divyansh Singh
|
0672a696a4
|
fix(build): properly resolve node_modules (#1337)
|
2 years ago |
wxsm
|
cdf827b0b8
|
chore: wait for files to build before running dev docs (#1303)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Divyansh Singh
|
adffb0d617
|
chore: update deps
|
2 years ago |
wxsm
|
ecf5515bd4
|
feat(theme): add page load progress bar (#1264)
|
2 years ago |
Divyansh Singh
|
12591a9487
|
feat: bundle type definitions of dev-deps (#1257)
|
2 years ago |
Divyansh Singh
|
5c3e6d1088
|
refactor: polyfill punycode (#1244)
|
2 years ago |
meteorlxy
|
d700a66e65
|
feat: support markdown sfc options (#1238)
|
2 years ago |
meteorlxy
|
19c0f43daa
|
refactor: use markdown title plugin and remove parseHeader utils (#1235)
|
2 years ago |
meteorlxy
|
71358ebce7
|
refactor: externalize markdown headers plugin (#1230)
|
2 years ago |
meteorlxy
|
03f8c5ed9c
|
build: bump component plugin (#1228)
close #1223
|
2 years ago |
meteorlxy
|
bfb0220989
|
feat(build): support markdown frontmatter options (#1218)
|
2 years ago |
meteorlxy
|
0664006e92
|
refactor: migrate markdown toc plugin (#1093) (#1207)
|
2 years ago |
meteorlxy
|
8a2d4f39e4
|
refactor: externalize markdown component plugin (#843)
|
2 years ago |
Divyansh Singh
|
0048e2bf1e
|
feat(build): switch to vite 3, support clean urls and esm mode (#856)
|
2 years ago |
Divyansh Singh
|
f9d2799be8
|
refactor: use available DT packages instead of manually defining modules (#1096)
|
2 years ago |
fi3ework
|
bc47197f7b
|
test: add E2E tests (#1012)
|
2 years ago |
Kia Ishii
|
0b6f25b988
|
test: add test for client utils
close #617
|
2 years ago |
meteorlxy
|
421f641a76
|
feat: setup devtools and remove debug component (#721)
|
2 years ago |
Divyansh Singh
|
4fd2fad1fa
|
fix: explicitly set component name (#657) (#681)
fix: #657
|
3 years ago |
Anthony Fu
|
a0f81c9f9d
|
feat: migrate to ESM (#645) (#659)
close #645
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
|
3 years ago |
Divyansh Singh
|
7d89b61b92
|
fix: switch to `markdown-it-toc-done-right` (#388) (#660)
fix #388
|
3 years ago |
Ryo_gk
|
1fcf4a4462
|
feat: use shiki instead of prismjs for syntax highlight (#627) (#654)
close #627
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
3 years ago |
Kia Ishii
|
799d8d4450
|
fix(build): error in lock file
|
3 years ago |
Yuki Shindo
|
b198380618
|
fix(build): error of could not find a declaration for minimist (#618) (#622)
fix #618
|
3 years ago |