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
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
It would be great if we could use regex or a similar tool to automatically add the one line gaps whenever markdown image incorporation syntax  is detected in a metric file.
There is the rule in the metrics template that there should be a minimum of one line gap between text and images. Refer the template here
This rule prevents the images from overflowing/displaying inline with text. Refer to this blog for more info: https://github.com/yash2002109/gsoc-21/blob/main/blogs/week-03-coding-period.md
It would be great if we could use regex or a similar tool to automatically add the one line gaps whenever markdown image incorporation syntax
is detected in a metric file.