Reactive-Resume
Reactive-Resume copied to clipboard
[BUG] No documented way to add a line space.
Describe the bug
This bug is found in v1. I did not test v2.
I searched ways to add line spaces in Markdown and tried them all: using direct html, double spaces, backslash, etc.
I could find no way to add a line space which makes formatting descriptions for readability very difficult.
In general, many Markdown options do not seem to work. Isn't there some Markdown library that can be plugged in that covers everything in those fields?
Product Flavor
- [x] Managed (https://rxresu.me)
- [ ] Self Hosted
To Reproduce
- Create a new work experience.
- Try any documented method for making line spaces in markdown in the description field.
Expected behavior
That there would be some way to create line spaces between lists/text.
Can confirm this.
As a workaround, you can add an empty line followed by
and another empty line. This will get you one empty line spacing. This should work on all markdown areas. And it seems to work in the browser as well as generated PDFs.