I'm trying to inject code-blocks into lists. I see the correct behavior in AsciiDoctor, but not in adoc studio.
Example of code I use:
* [x] item 1
+
[source,yaml]
----
host: 127.0.0.1
port: 80
----
** [ ] item 1.1
* [ ] item 2
* [ ] item 3
adoc sudio inverts indentation for item 1.1 and item 2 for some reason