Closed shubhusion closed 3 months ago
@estruyf can you please check if this works or not. and provide authorization to vercel bot.
Thanks, @shubhusion. It's still the same commits. Have you seen the review comments on the original PR?
Thanks, @shubhusion. It's still the same commits. Have you seen the review comments on the original PR?
Thanks for informing @estruyf . I guess i might have missed it.
I will make the changes soon.
Thanks, @shubhusion. It's still the same commits. Have you seen the review comments on the original PR?
@estruyf Wrapping the codeblock with <!-- markdownlint-disable-MD013 -->
is not removing MD013
markdown errors. I guess the rules mentioned in .markdownlint.yaml
are over-riding the default rules.
Editing the MD013 rules in .markdownlint.yaml
would fix the MD013
errors in the whole repo. let me know if I can do that.
@shubhusion markdown lint will tell you which rule IDs you need to disable. The MD013
was an example. In the code of the iframe, it should be rules: MD033
and MD013
to disable.
Example:
<!-- markdownlint-disable MD013 MD033 -->
<div class="iframe__wrapper">
<iframe src="https://www.youtube.com/embed/0J-StFyEbV0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<!-- markdownlint-enable MD013 MD033 -->
Btw, I have already included this in the main branch now, so that part you can skip.
@estruyf i have made the commits. kindly look into it.
@estruyf i have done the commits. let me know if there is anything left.
@estruyf any updates on my PR ? Is it good to go now ?
Hi, @shubhusion, I was traveling, so I needed more time to catch up. I just checked it. Why did you add the <!-- markdownlint-disable ... -->
on every file?
Your first PR was perfect; the only thing I wanted to change was the iframe, but content-wise, it was all good.
I think you misunderstood me, but turning off the lining rules on all files takes away the purpose of linting.
Would it be possible to revert it to the original PR?
@shubhusion is attempting to deploy a commit to the Front Matter Team on Vercel.
A member of the Team first needs to authorize it.