We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
1.0.0-alpha.30
Create a markdown file with an <a href= tag. run yarn build
<a href=
yarn build
Clean console output
It is console.loging the link string
console.log
It appears that there is a console.log being used at https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown/lib/component.js#L46 Removing this console.log cleans this up. Is this here on purpose or can it be removed?
The text was updated successfully, but these errors were encountered:
Thanks for the report and contribution welcome!
Sorry, something went wrong.
Wanted to make sure that was not necessary for some reason that was not clear to me. PR on its way
chore: remove unnecessary console.log (close: #1155)(#1174)
e74cfb3
Successfully merging a pull request may close this issue.
Bug report
Version
1.0.0-alpha.30
Steps to reproduce
Create a markdown file with an
<a href=
tag. runyarn build
What is expected?
Clean console output
What is actually happening?
It is
console.log
ing the link stringOther relevant information
It appears that there is a
console.log
being used at https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown/lib/component.js#L46 Removing this console.log cleans this up. Is this here on purpose or can it be removed?The text was updated successfully, but these errors were encountered: