Super lightweight syntax highlighter
@@ -1,5 +1,5 @@
{
- "channel": "beta",
+ "channel": "stable",
"region": "eu-central"
}
1export default function App() {2 return (3 <>4 <h1 id="title">5 Hello6 <span> world</span>7 </h1>8 <div style={styles.bar} />9 </>10 )11}1213