This PR changes the rendering of 'All symbols' page of local deno_std/bytes/mod.ts like the below (using the command cargo run --example ddoc ../deno_std/bytes/mod.ts --html --output public):
BEFORE
AFTER
Also changes the rendering of @example tag in API page like the below:
fixes #565
This PR changes the rendering of 'All symbols' page of local
deno_std/bytes/mod.ts
like the below (using the commandcargo run --example ddoc ../deno_std/bytes/mod.ts --html --output public
):BEFORE
AFTER
Also changes the rendering of
@example
tag in API page like the below:BEFORE
AFTER