Results 1 issues of Eric M.

It would be great if mdbook could support TSX syntax highlighting. Example: ```tsx function test(props) { const name: string = props.name; return ( Hello, {name} ); } ```

A-Highlighting