Skip to content

Small tool to add two fix line breaks for Markup formatted for websites like Reddit, GitHub or StackOverflow

License

Notifications You must be signed in to change notification settings

marioortizmanero/markdown-line-breaks-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Line Breaks Fixer

Pic1

Very simple tool to automatically convert single line-break text from your clipboard like this:

Roses are red
Violets are blue
This poem sucks

Roses are red Violets are blue This poem sucks

Into double line-break text:

Roses are red

Violets are blue

This poem sucks

Roses are red

Violets are blue

This poem sucks

So that it can be used on sites using markdown like Reddit, StackOverflow, GitHub... where a double line break is needed to make a new line.

The alternate method consists on adding two spaces at the end of the lines instead of a double line-break to make the distance smaller between the line breaks:

Roses are red  // <---Double space here
Violets are blue  // <---Double space here
This poem sucks

Roses are red
Violets are blue
This poem sucks

About

Small tool to add two fix line breaks for Markup formatted for websites like Reddit, GitHub or StackOverflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages