···9595const [name, setName] = useState("Taylor")
9696```
97979898+### Inline Highlighting
9999+100100+Append {:lang} to the end of inline code to highlight it like a regular code block.
101101+102102+```
103103+This is an array `[1, 2, 3]{:js}` of numbers 1 through 3.
104104+```
105105+106106+This is an array `[1, 2, 3]{:js}` of numbers 1 through 3.
107107+98108### Line numbers
99109100110Syntax highlighting has line numbers configured automatically. If you want to start line numbers at a specific number, use `showLineNumbers{number}`: