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

md文件顶部插入style问题 #57

Open
Monroe123 opened this issue Nov 21, 2018 · 2 comments
Open

md文件顶部插入style问题 #57

Monroe123 opened this issue Nov 21, 2018 · 2 comments

Comments

@Monroe123
Copy link

No description provided.

@Monroe123
Copy link
Author

最近在写一套组件库,可是发现在md文件里面写的style无效,不知道是不是少了什么配置

@Monroe123 Monroe123 changed the title md文件顶部插入style,没有解析,请问是什么原因呢 md文件顶部插入style问题 Nov 21, 2018
@chiaweilee
Copy link

Options

preventExtract

Since v2.0.0, this loader will automatically extract script and style tags from html token content (#26). If you do not need, you can set this option

{
  test: /\.md$/,
  loader: 'vue-markdown-loader',
  options: {
    preventExtract: false // 👌
  }
}

or try my repo @chiaweilee/vue-markdown-loader

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

No branches or pull requests

2 participants