Testing code blocks in HTML tags
Testing Markdown inside a details/summary block
Hidden Code Sample
```js
console.log('5');
```
console.log('5');
Testing markdown wrapped in a DIV
Test H2
Code sample:
console.log('5');
Testing custom Input/Output:
```js
console.log('5');
```
console.log('5');