OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/code_compensation_indent.md
---
renderExact: true
---
This is some text.

1. This is a list element.

	```
	const x = 5;
	const y = x + 5;
	```