From b63c6bd31835a8c3f8b1fc63799e216800b7d453 Mon Sep 17 00:00:00 2001
From: shibao
" + "
#{link}" end ) end @@ -190,12 +190,12 @@ defmodule MemexWeb.CoreComponents do link( "[[[#{slug}]]]", to: ~p"/note/#{slug}", - class: "link inline" + class: "link inline break-words" ) |> HTML.Safe.to_iodata() |> IO.iodata_to_binary() - "#{prefix}
#{link}#{suffix}" + "#{prefix}
#{link}#{suffix}" end ) end @@ -217,12 +217,12 @@ defmodule MemexWeb.CoreComponents do link( "[[#{slug}]]", to: target, - class: "link inline" + class: "link inline break-words" ) |> HTML.Safe.to_iodata() |> IO.iodata_to_binary() - "#{prefix}
#{link}#{suffix}" + "#{prefix}
#{link}#{suffix}" end ) end @@ -245,12 +245,12 @@ defmodule MemexWeb.CoreComponents do link( "[#{slug}]", to: target, - class: "link inline" + class: "link inline break-words" ) |> HTML.Safe.to_iodata() |> IO.iodata_to_binary() - "#{prefix}
#{link}#{suffix}" + "#{prefix}
#{link}#{suffix}" end ) end