docland icon indicating copy to clipboard operation
docland copied to clipboard

Escaped jsdoc close shows up in output

Open dsherret opened this issue 3 years ago • 1 comments

I'm actually not sure what should be fixed here (docland or deno_std), but the end jsdoc close (**/) here is escaped in the code by doing **\/ and it shows up on the site:

https://doc.deno.land/https://deno.land/[email protected]/fs/mod.ts/~/expandGlob

dsherret avatar Jul 09 '22 21:07 dsherret

escaping comments in JSDoc code blocks is actually non-standard... basically we don't do anything. You can see the long issue here about it: https://github.com/microsoft/tsdoc/issues/166

kitsonk avatar Jul 27 '22 06:07 kitsonk