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

Markdown ordered lists are not parsed correctly (BB-6317)

    XMLWordPrintable

Details

    Description

      Ordered lists are correctly formatted and render fine for example here:

      http://epiceditor.com

      sitename.com

      Installation

      1. Install dependencies (Apache, MySQL, PHP):
      sudo apt-get install php5 apache2 mysql-server mysql-client php5-mysql php5-gd imagemagick php5-curl
      # when prompted for mysql root password, just hit enter to leave it blank
      sudo a2enmod include rewrite
      
      1. Create a special user and deploy directory:
        (hopefully we are able to eliminate this step in the future)
      sudo adduser username # password does not matter
      sudo addgroup webusers
      sudo usermod -g webusers username
      sudo usermod -a -G xxx username
      sudo mkdir -p /var/www/username/
      sudo chown -R username.webusers /var/www
      

      ^ that stuff was pasted in

      These items were added with the actual bitbucket issues editor! /

      1. an item
      2. another item
      3. anothernother item

      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: