mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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:
parent
beff3e1272
commit
0ea5c13bc6
21 changed files with 253 additions and 224 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue