Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow disabling markdown-it-attrs #664

Merged
merged 2 commits into from
May 27, 2022
Merged

fix: allow disabling markdown-it-attrs #664

merged 2 commits into from
May 27, 2022

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented May 26, 2022

fixes #662
fixes #629

markdown-it-attrs can now be disabled using the following config:

import { defineConfig } from 'vitepress'

export default defineConfig({
  markdown: { attrs: { disable: true } },
})

Copy link
Member

@kiaking kiaking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful job, as always! 🚀

@kiaking kiaking merged commit b79c66d into vuejs:next-theme May 27, 2022
@brc-dd brc-dd deleted the fix/attrs branch May 27, 2022 14:30
@brc-dd brc-dd mentioned this pull request Jan 20, 2023
3 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants