When editing a README.md
on GitHub, is there a keyboard shortcut for <br/>
in GitHub?
(Especially, when writing the tables, I type a lot of <br/>
tags)
Regards,
Saeid
According to this question, you can simply hit Space
twice and then hit Enter
.
Inserting \
also works, so
One,\
two\
three
will result as
One,
two
three
' quicker. – Sydibyd Jul 25 '22 at 09:50