highlightjs / highlightjs/highlight.js

(javascript/typescript) Inline {} code may also contain mixed JS/XML syntax:

Open
#2,721 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.