highlightjs / highlightjs/highlight.js
(javascript/typescript) Inline {} code may also contain mixed JS/XML syntax:
Open
enhancement
language
- Dominant language
- JavaScript
- Stars
- 25k
- Forks
- 3.8k
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 3
Description
Inline {} code may also contain mixed JS/XML syntax:
```jsx
const Count = ({ count }) => {
return (
{count > 10 ? : }
);
}
```
_Originally posted by @luisherranz in https://github.com/highlightjs/highlight.js/issues/2324#issuecomment-565960485_
Contributor guide
Assessment
This issue has not been assessed yet.