This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Remove the metrics template's one-line gap rule between text and images. #43
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
![alt text](image src)
is detected in a metric file.The text was updated successfully, but these errors were encountered: