|
|
|
|
|
by ericfrederich
3791 days ago
|
|
I wind up copying text into Sublime all the time to do my formatting then paste it back into my browser. Things like GitLab, GitHub, Bugzilla, Wikis, etc.
You have a comma separated list of strings like
"one", "two", "three", "four"
and need to turn them into Markdown bullets
- one
- two
- three
- four ... an easy task for sublime or Atom |
|