You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
There is an inconsistency in AsciidocRender.java regarding line endings. In some places \n is used directly for new lines, while in other places System.lineSeparator() or %n is used. This leads to inconsistent output depending on the operating system (e.g., \n on Unix vs. \r\n on Windows), which causes test failures and makes the output platform-dependent.