fixup docs#392
Conversation
In dotnet#391 I changed how `dotnet run` needs to be invoked but didn't clean up the docs.
|
|
||
| You can filter the benchmarks using `--filter $globPattern` console line argument. The filter is **case insensitive**. | ||
|
|
||
| <!-- markdownlint-disable MD029 --> |
There was a problem hiding this comment.
Is the warning about non-indented bullet points? Can they be fixed instead?
There was a problem hiding this comment.
no, it's about having a bunch of stuff between the numbers like we do. It's not really fixable to get the effect we want, which is a series of steps with lots of description in them. That's why I chose to disable this warning; it's not really a problem in this context.
| dotnet run -c Release -f netcoreapp2.1 --filter BenchmarksGame* --join | ||
| ``` | ||
|
|
||
| <!-- markdownlint-enable MD029 --> |
|
Please do not add markdown warnings tags. Those warnings can be fixed. |
|
@jorive the warnings didn't seem trivially reasonable to fix in the context (specifically the list one. The space one could have been fixed, which I have done.) |
|
If the markdown renders properly, could you please ignore and remove the tags? |
This isn't really a set of steps, but a group of examples. Numbers aren't necessary. this removes the need to disable linter warnings.
|
@jorive swapped to bullets. |
In #391 I changed how
dotnet runneeds to be invoked but didn't cleanup the docs.