asciidoctorj: Malformed rendering when using callouts within Monotree blocks

Hello,

I’m trying to use Monotree in my asciidoc.

And during rendering, I have some issues about the fact that, when used with callouts, the overall page is quite malformed.

When looking into Monotree’s code, it sends a bunch of lines, containing, the tree, it then calls the createBlock(StructuralNode, String, List<String>, Map<String, Object>, Map<Object, Object>) method from the BlockProcessor class. It might have some bug in the rendering on that case.

Any idea/way how to solve this?

Thanks in advance

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 49 (33 by maintainers)

Most upvoted comments

Definitely, I learned a lot today 😃 For example how fast it is to spin up a Windows VM on a Mac.

I probably have overseen sth or made sth different, but it would be good to know how the actual code with the problem looks like, and how it is executed.

Yet, I don’t understand why the files are in the end encoded as Windows-1252. I’ll keep you posted if I can figure something out.

Thanks for your time.

Actually, I think I see the problem. I’m writing it up write now.