You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some markdown files contains HTML <img> tag to display images, and these should not be allowed. Instead we need to use Markdown ![]() syntax to display images.
Note: Some of these tags are in code blocks, so don't required to change them.
Add new PR check that checks edited markdown files for <img> tag, and it should ignore the ones inside code block
Make PR check required, PR can't be merged when it fails
Thanks
The text was updated successfully, but these errors were encountered:
Cc: @bradystroud @adamcogan @bettybondoc @tiagov8
Hi Team,
Originated from #9376
Currently some markdown files contains HTML
<img>
tag to display images, and these should not be allowed. Instead we need to use Markdown![]()
syntax to display images.Note: Some of these tags are in code blocks, so don't required to change them.
Add new PR check that checks edited markdown files for
<img>
tag, and it should ignore the ones inside code blockMake PR check required, PR can't be merged when it fails
Thanks
The text was updated successfully, but these errors were encountered: