vue-simple-markdown icon indicating copy to clipboard operation
vue-simple-markdown copied to clipboard

Header and horizontal line not working

Open davidAlittle opened this issue 5 years ago • 2 comments

davidAlittle avatar Jan 22 '20 12:01 davidAlittle

Discovered that the regex is breaking on /n, so if you use a Windows editor it mysteriously isn't working. Converting to Unix line endings works, but is not a good long term solution. Please address to handle /r/n instead of just /n

davidAlittle avatar Jan 22 '20 14:01 davidAlittle

Running a regex in the preprocessor worked as a workaround for me.

davidAlittle avatar Jan 22 '20 17:01 davidAlittle