// "Replace with text block" "true-preview" class LeadingNewlines { public static void main(String[] args) { String text = """ +---------------------------- ------------------------------------------------------------+ | Unable to authenticate the microservice. Administrative functions will not be available | +-----------------------------------------------------------------------------------------+"""; } }