[DOC] Improve formatting in Markdown files (#12322)

* Fix WASM bullet/code indentation

* Use `console` code highlighting where appropriate

… which handles the prefix `$` correctly.

* Migrate feature proposal template to MarkDown

* Set language on code blocks
This commit is contained in:
Alexander Momchilov 2024-12-12 20:49:45 -05:00 committed by GitHub
parent beff3e1272
commit 0ea5c13bc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 253 additions and 224 deletions

View file

@ -27,6 +27,7 @@ benchmark-driver benchmark/*.yml
See also:
```console
benchmark-driver --help
Usage: benchmark-driver [options] RUBY|YAML...
-r, --runner TYPE Specify runner type: ips, time, memory, once, block (default: ips)
-o, --output TYPE Specify output type: compare, simple, markdown, record, all (default: compare)