Felix Schneider
Felix Schneider
#### Description - add 2 new sections to the [CONTRUBUTING.md](https://github.com/withastro/starlight/blob/main/CONTRIBUTING.md) file: - [Plugins and Integrations](https://github.com/trueberryless/starlight/blob/feat-contribution-enhancement/CONTRIBUTING.md#plugins-and-integrations) - [Community Content](https://github.com/trueberryless/starlight/blob/feat-contribution-enhancement/CONTRIBUTING.md#community-content) - [Video Content](https://github.com/trueberryless/starlight/blob/feat-contribution-enhancement/CONTRIBUTING.md#video-content) (new example MUST be reviewed...) - link to these...
**Describe the pull request** Add reading time after discussion #74 was left open for 3 months. **How** - new Starlight component override: `PageTitle.astro` - add property to `config.ts` (`showReadingTime`: generall...
- Closes #147
Unfortunately the Discord API has limitations and only allows messages to be 2000 or fewer characters. I personally hate such low limitations, especially in API designs, but that's another topic......
I really like and enjoy this prettier plugin! Thank you very much for putting the effort in creating it!
### Describe the Bug When you unintentionally create **not well-formed HTML** the plugin will change the order of the closing tags, which will mess up the HTML even more. ###...
#### Description This PR adds some resources that have not been added yet to one of those three files: - `community-content.mdx` - `plugins.mdx` - `themes.mdx` Moreover, the PR moves around...
### What version of `starlight` are you using? 0.36.2 ### What version of `astro` are you using? 5.6.1 ### What package manager are you using? npm ### What operating system...
#### Description Recently I noticed that most packages in this mono-repo are authored under "Chris Swithinbank". I know that he is the founder of Star(book)light, but at the same time...
### Description This PR fixes an issue with the Table of Contents being unable to find any heading when the page has a banner with custom styling. This issue is...