Code macro removes all leading white space till first character

XMLWordPrintable

      When inserting the following code inside a code macro, all leading white spaces are removed till for character. It should be till the first newline:

      {code:java}
                  if (dirName == null)
                  {
                      log.warn("No directory specified for export - not exporting");
                      return;
                  }
      {code}
      

      results in:

      if (dirName == null)
                  {
                      log.warn("No directory specified for export - not exporting");
                      return;
                  }
      

            Assignee:
            Don Willis
            Reporter:
            Nick Menere [Atlassian] (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: