dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Code section comments with # get their own table of contents entry in the readme

Open PhilLavoie opened this issue 5 years ago • 1 comments

For example:

# Stuff you need to do

```bash
# Run this command if you want, but it's a good idea.
echo "hello"
```

oclif-dev readme will generate a TOC that contains this:

* [Stuff you need to do](#stuff-you-need-to-do)
* [Run this command if you want, but it's a good idea](#run-this-command-if-you-want-but-its-a-good-idea)

PhilLavoie avatar Feb 10 '21 20:02 PhilLavoie

Tested wth @oclif/[email protected]

PhilLavoie avatar Feb 10 '21 20:02 PhilLavoie