Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-7480

Readme markdown bug: codeblock after colon-indent doesn't render properly (BB-8666)

    XMLWordPrintable

Details

    Description

      In my readme code I have:

      #!markdown
      
      ###`/getcollections`
      
      Returns all available collections which each represent a field through which ch\
      anges can be tracked. Optionally returns a count of the number of records avail\
      able in each collection.
      
      **param** *count*
      
      : optional. boolean.
      
      **returns**
      
      : json string of two possible formats:
      
          {
              names: [
                  <string>,
                  ...
              ]
          }
      
      OR
      
          [
              {
                  name:   <string>,
                  count:  <int>
              },
              ...
          ]
      

      This renders as

      When it should render as

      Attachments

        Activity

          People

            Unassigned Unassigned
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: