Multiline not working on some markdown sites
On NPM the multiline examples aren't working:
https://www.npmjs.com/package/binaryquadkey
Not sure if github is your only md target or not.
interesting.. something, somewhere is using the windows carriage return character (^m or \r) as a line ending in the rendered @example output.. it's not something jsdoc2md does deliberately.. which version of Windows are you on? (so i can reproduce)
in the meantime, you can fix this by running a tool over your README.md which normalises line endings to use the unix standard of \n
I am running windows 10
hi, is this still an issue (with the latest version)?
closing until i get feedback
Hi, using jsdoc2md version 3.0.0. We still have the problems that every now and then '^M' characters are in the markdown. Using Windows 10. Formatting the files to linux ending does not change the output.
could you do me a favour please - post some simple steps to help me reproduce. I'll need some example failing input and the commands required to create failing output.
Actually it is related to https://github.com/jsdoc2md/jsdoc-to-markdown/issues/112 i think. So i guess if you are able to set the line ending it should be fine. Will try to put together a sample though...