From a020ea85c58da71d918a5509353d798245b939b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Fri, 31 Mar 2023 21:54:11 +0100 Subject: [PATCH] Respect whitespace in plain text output (#1841) --- lib/livebook_web/live/output.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_web/live/output.ex b/lib/livebook_web/live/output.ex index b2c01ebbf..d5bb2024a 100644 --- a/lib/livebook_web/live/output.ex +++ b/lib/livebook_web/live/output.ex @@ -51,7 +51,7 @@ defmodule LivebookWeb.Output do assigns = %{id: id, text: text} ~H""" -
<%= @text %>
+
<%= @text %>
""" end