Josh Rhoades

Results 4 comments of Josh Rhoades

Actually, this seems a bit more convoluted. It appears as if single entities are converted to initialcase, as is anything with a dot-naming convention, whereas camelcase is not. The URI,...

kebab-case and snake_case also get the Initial case treatment too: File|Nav Output|URI ------------ | ------------- | ------------- `test-this`|`Test this`|`test-this` `test_this`|`Test this`|`test_this` A configurable option to preserve casing as entered would...

Weird, it isn't consistent either: `namespace.fn.method.md` gets initial-cased, but another file with the same naming convention `namespace.fn.otherMethod.md` does not. Or perhaps it _is_ consistent. The difference _seems_ to be that...

@waylan Thanks for the info. Don’t get me wrong, not trying to dog you guys for it, just found it curious as it seemed somewhat unexpected especially when I couldn’t...