rapidsai / frigate

Frigate is a tool for automatically generating documentation for your Helm charts
https://frigate.readthedocs.io
Other
83 stars 25 forks source link

Frigate ignores Case Sensitivity #29

Closed GCHQDeveloper926 closed 3 years ago

GCHQDeveloper926 commented 3 years ago

I've noticed that Frigate ignores Uppercase words in my comments:

values.yaml

myKey: BIG  # Can be either BIG or SMALL

Markdown:

| Parameter                | Description             | Default        |
| ------------------------ | ----------------------- | -------------- |
| `myKey` | Can be either big or small | `"BIG"` |

Is this expected/required or would a PR to rectify this be OK? I can try taking a look

jacobtomlinson commented 3 years ago

Thanks for raising this! This was fixed in #14 but we haven't had a release since then.

GCHQDeveloper926 commented 3 years ago

Nice! Looked in issues but forgot to check Pull Requests. Thanks for the pointer!