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

Markdown should support HTML

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Just markdown sometimes falls short of the things we'd like to do with our markdown files. For instance, we find it very useful to document the color palette for our projects in their respective README.md files, so we use stuff like this:

      ### Millennials Theme
      
      | Font Color |  Hex Code  |  Sample  |
      | ---------- |:----------:|:--------:|
      | Dark Cyan  | BCLOUD-0097A7 | <div style="background-color:#0097A7;width:20px;height:20px">&nbsp;</div> |
      | Cyan       | BCLOUD-00BCD4 | <div style="background-color:#00BCD4;width:20px;height:20px">&nbsp;</div> |
      | Blue       | BCLOUD-2196f3 | <div style="background-color:#2196f3;width:20px;height:20px">&nbsp;</div> |
      | Dark Grey  | BCLOUD-51626f | <div style="background-color:#51626f;width:20px;height:20px">&nbsp;</div> |
      | Light Grey | BCLOUD-89a2b6 | <div style="background-color:#89a2b6;width:20px;height:20px">&nbsp;</div> |
      

      This just doesn't render well in Bitbucket. Github.com does support HTML and Atom's Markdown preview plugin does as well, so we're used to that and this is a bit frustrating.

      Attachments

        Activity

          People

            Unassigned Unassigned
            1acc1be0a24a Miguel
            Votes:
            7 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: