fastlane / fastlane/docs

`no-highlight` language superseded

Open
#1,241 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
338
Forks
580
Avg merge
6d 1h
Merged PRs (30d)
3

Description

```html
WARN: Could not find the language 'no-highlight', did you forget to load/include a language module?
WARN: Falling back to no-highlight mode for this block.
fastlane release
```

_(yes I also find the console wording like this hilarious…)_

![Screen Shot 2024-03-17 at 15 41 22](https://github.com/fastlane/docs/assets/1784648/1e6890b6-2954-4ad3-8cbe-842b4242b469)

`no-highlight` is an old class, today I think it's `nohighlight` for hljs, not sure if it changes anything regarding md output or css styling…
_(but has to be passed as `class=nohighlight` not `class=language-nohighlight` anyways…)_

There are a lot of occurrences: [[search](https://github.com/search?q=repo%3Afastlane%2Fdocs%20no-highlight&type=code)]

![Screen Shot 2024-03-17 at 15 44 31](https://github.com/fastlane/docs/assets/1784648/280e9689-ed69-4c8a-b91e-5705d59a8d2d)

most of which would use a `sh` grammar and be rid of it, while some could use a `plaintext` maybe, so the block is still styled the same as any hljs code fence.

I can proceed and fix this, selecting the best grammar one by one for what's in the repo here, and then peek around fastlane/fastlane about the autogenerated content… if there's any interest in this.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.