````suggestion This example should instead be: ```basic 10 PRINT "LOL" 20 GOTO 10 ``` ````
`````ts const Accordian = styled.details<{ isAprilFirst: boolean; }>` ````css accent: rebeccapurple; font-family: ${ ```js props => props.isAprilFirst ? 'Comic Sans' : 'Time New Roman' ``` }; ```` `; `````
[1]: https://jupyterbook.org/
See also https://meta.stackexchange.com/questions/82718 .