pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Missing Markdown support: horizontal rule, emojis

Open jackwhelpton opened this issue 3 years ago • 5 comments

Environment

  • KFP version: 1.0.1

Steps to reproduce

Output a markdown artifact containing the missing features: a horizontal rule, and an emoji, e.g. :warning:

        metadata = {
          "outputs": [
          {
            "storage": "inline",
            "source": "line1\n---\n:warning: Item had multiple genre labels",
            "type": "markdown",
          }]
        }

Expected result

The Visualizations tab and Run output should render the horizontal rule and emoji:

line1

⚠️ Item had multiple genre labels

Instead, the original markup code is visible:

line1 --- :warning: Item had multiple genre labels


Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

jackwhelpton avatar Apr 20 '21 16:04 jackwhelpton