Skip to content

Conversation

@platypii
Copy link
Contributor

Upgrades the Markdown component from using regexes that were never going to work, to a recursive token parser that does better.

Lots more markdown tests added.

@severo I moved vite.app.config.js to vite.config.ts . This makes it so that npx vitest works without specifying the config file. Also switched to typescript for better typechecking of the config file (maybe should do same for vite.lib.config.js? can we combine those?).

@platypii platypii merged commit 0624602 into master Mar 10, 2025
4 checks passed
@platypii platypii deleted the markdown-lexer branch March 10, 2025 02:29
@severo
Copy link
Contributor

severo commented Mar 10, 2025

Done. I understand from the doc and discussions I could read that Vite only supports one build config, and that if you want two, you have to create two config files and call them explicitly.
Good idea to move the main config file to the default name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants