fix(theme): allow empty code blocks and live playgrounds (#9704)

This commit is contained in:
Sébastien Lorber 2024-01-05 13:37:48 +01:00 committed by GitHub
parent ca09f238f3
commit 16500436f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 70 additions and 7 deletions

View file

@ -458,3 +458,33 @@ See https://github.com/facebook/docusaurus/issues/9517
</head>
</html>
```
## Empty code blocks edge cases
Empty inline code block: ``
Single space inline code block: ` `
Empty code block
{/* prettier-ignore */}
```
```
Empty 1 line code block
```
```
Empty 2 line code block
```
```
Empty live code block
```js live
```