Closed kainino0x closed 2 months ago
I noticed this because of the trailing space in webgpu.h due to \n.
webgpu.h
\n
But anyway since these are markdown, a single \n doesn't do anything so it renders like:
0x00000001 Callbacks created with ...
0x00000001
We could use \n\n but instead I chose to just put a period there: .\n
\n\n
.\n
0x00000001. Callbacks created with ...
I noticed this because of the trailing space in
webgpu.h
due to\n
.But anyway since these are markdown, a single
\n
doesn't do anything so it renders like:We could use
\n\n
but instead I chose to just put a period there:.\n