Ability to insert base64 image in README

XMLWordPrintable

    • 1

      Current behaviour

      It's only possible to use the following syntax as documented in the Markdown syntax guide:

      ![Alt text](/path/to/image.jpg)
      ![Alt text](/path/to/image.png "Optional title attribute")
      ![Alt text](/url/to/image.jpg)
      

      Suggested behaviour

      Able to use base64 image in README:

      ![Alt text](data:image/png;base64,iVBORw0KGgoA...)
      

            Assignee:
            Unassigned
            Reporter:
            Moga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: