summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/test/plugins.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14Improve markdown rendering performance (#8532)Gravatar Bjorn Lu 1-5/+7
2023-01-11[Content collections] Remove experimental flag (#5825)Gravatar Ben Holmes 1-0/+2
* refactor: remove experimental.cc from core * chore: remove experimental flag from tests * fix: mock contentDir in remark tests * fix: check vfile.path in rel-image-error plugin * fix: move .astro/ excludes to all test/fixtures * fix: include test/**/fixtures in ignore * chore: changeset
2022-05-24[ci] formatGravatar natemoo-re 1-3/+3
2022-05-24Improve Markdown + Components usage (#3410)Gravatar Nate Moore 1-0/+26
* feat: use internal MDX tooling for markdown + components * fix: improve MD + component tests * chore: add changeset * fix: make tsc happy * fix(#3319): add regression test for component children * fix(markdown): support HTML comments in markdown * fix(#2474): ensure namespaced components are properly handled in markdown pages * fix(#3220): ensure html in markdown pages does not have extra surrounding space * fix(#3264): ensure that remark files pass in file information * fix(#3254): enable experimentalStaticExtraction for `.md` pages * fix: revert parsing change * fix: remove `markdown.mode` option