comment-parser icon indicating copy to clipboard operation
comment-parser copied to clipboard

`lineEnd` token isn't documented in the readme

Open jaydenseric opened this issue 3 years ago • 1 comments

The lineEnd token isn't documented in the readme.

This is can cause confusion because the others are documented. I'm not even sure what lineEnd is, but I have to update jsdoc-md to account for it.

jaydenseric avatar Aug 02 '21 04:08 jaydenseric

It was added fairly recently (in #132 ) to allow for any carriage return to be encoded. Prior to that carriage returns were being dropped, so the change added a token to preserve them when present.

brettz9 avatar Aug 02 '21 04:08 brettz9