aboutsummaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Merge branch 'main' into nextGravatar bluwy 4-8/+17
2024-10-09feat(markdown): add support for `shiki` option `langAlias` (#12039)Gravatar Emanuele Stoppa 3-4/+12
2024-10-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 2-2/+0
2024-09-26Parse frontmatter ourselves (#12075)Gravatar Bjorn Lu 2-1/+72
2024-09-02Clean up Astro metadata in vfile.data (#11861)Gravatar Bjorn Lu 8-87/+55
2024-09-02Refactor createShikiHighlighter (#11825)Gravatar Bjorn Lu 5-132/+192
2024-08-10Merge branch 'main' into nextGravatar Princesseuh 7-12/+17
2024-08-09Update to new shiki token names (#11661)Gravatar Bjorn Lu 1-30/+0
2024-08-08update formatter config (#11640)Gravatar Darius 6-8/+13
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 1-1/+1
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 2-4/+4
2024-07-17Feature: add support for shiki `defaultColors` option (#11341)Gravatar Marco Campos 2-0/+3
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 1-5/+7
2024-06-21[ci] formatGravatar Bjorn Lu 1-1/+2
2024-06-21Handle encoded image paths in markdown (#11310)Gravatar Bjorn Lu 1-2/+2
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 2-2/+2
2024-04-17[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-04-15Remove MDX processor on buildEnd (#10770)Gravatar Bjorn Lu 1-0/+1
2024-04-10[ci] formatGravatar 604qgc 1-2/+2
2024-04-10Adds dataLanguage property to the replacement <pre> element. (#10538)Gravatar 604qgc 2-2/+5
2024-04-01Remove deprecated APIs from `@astrojs/markdown-remark` (#10629)Gravatar Bjorn Lu 5-77/+2
2024-04-01Lazy loaded shiki languages during syntax highlighting (#10618)Gravatar James Garbutt 4-21/+51
2024-03-25fix: use Shiki's `isSpecialLang` to allow `ansi` codeblocks (#10540)Gravatar Kyle Nguyen 1-2/+2
2024-03-20Pass meta to shiki transformers (#10494)Gravatar Bjorn Lu 2-3/+15
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 1-1/+1
2024-03-13[ci] formatGravatar Houston (Bot) 1-1/+1
2024-03-08[ci] formatGravatar Bjorn Lu 1-1/+5
2024-03-08Allow Code Component to have custom props and extra class styles (#9960)Gravatar StandardGage 1-3/+14
2024-03-08[ci] formatGravatar Erika 1-2/+2
2024-03-08fix(markdown): don’t generate mdast html nodes (#10104)Gravatar Remco Haszing 6-9/+117
2024-03-08Move to shiki and stabilize dual themes support (#10130)Gravatar Bjorn Lu 3-11/+8
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 4-5/+5
2024-02-07Use eslint-plugin-regexp (#9993)Gravatar Bjorn Lu 1-1/+1
2024-01-29Fix a bug that Japanese files were not displayed correctly. (#9866)Gravatar ktym4a 1-0/+2
2024-01-22normalize class property (#9723)Gravatar Degreat 1-3/+7
2024-01-20Make `@astrojs/markdown-remark` browser-safe (#9738)Gravatar Bjorn Lu 3-19/+35
2024-01-19Fix `@astrojs/markdown-remark` bundling for non-node runtimes (#9736)Gravatar Bjorn Lu 1-1/+2
2024-01-17[ci] formatGravatar Oliver Speir 1-20/+20
2024-01-17Allow remark plugins to affect getImage call for .md files (#9566)Gravatar Oliver Speir 1-12/+23
2024-01-17Bump shikiji, use transformers API, expose transformers API (#9643)Gravatar Degreat 3-79/+87
2023-11-28Remove deprecated features from Astro 3.0 (#9168)Gravatar Bjorn Lu 2-2/+1
2023-11-28Remove deprecated markdown-remark APIs (#9182)Gravatar Bjorn Lu 3-59/+2
2023-11-22Fix RemarkRehype types (#9147)Gravatar Bjorn Lu 2-9/+2
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-7/+7
2023-11-14[ci] formatGravatar bluwy 1-1/+1
2023-11-14Refactor shikiji syntax highlighting code (#9083)Gravatar Bjorn Lu 3-106/+143
2023-11-08Light/dark theming for shikiji's codeblocks (#8903)Gravatar horo 3-2/+11
2023-10-12Use shikiji (#8502)Gravatar Bjorn Lu 2-38/+52
2023-10-04Fixes: Shiki syntax highlighting adds is:raw attribute to the HTML output (#8...Gravatar Chris 1-2/+2
2023-09-14Improve MDX rendering performance (#8533)Gravatar Bjorn Lu 3-7/+8