intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

Do not know whether to inject Markdown in documentation at org.elixir_lang.injection.markdown.Injector.getLanguagesToInjectInQuote(Injector.kt:47)

Open kpy3 opened this issue 1 year ago • 0 comments

System

Plugin Version: 13.2.0 Application: IntelliJ IDEA Community Edition (2022.2.1) Operating System: Mac OS X (12.5.1)

Event

Message

Element

@external_resource
             |> File.read!()
             |> String.split("<!-- MDOC !-->")

From: /Users/s.elin/Projects/xpay/severus/deps/phoenix_live_dashboard/lib/phoenix/live_dashboard.ex:2-4

Context

defmodule Phoenix.LiveDashboard do
  @external_resource "README.md"
  @moduledoc @external_resource
             |> File.read!()
             |> String.split("<!-- MDOC !-->")
             |> Enum.fetch!(1)

  @doc """
  Extracts a datapoint for the given metric.

From: /Users/s.elin/Projects/xpay/severus/deps/phoenix_live_dashboard/lib/phoenix/live_dashboard.ex:0-9

Element Class Name

org.elixir_lang.psi.impl.ElixirMatchedArrowOperationImpl

Exception

Stacktrace

java.lang.Throwable: Do not know whether to inject Markdown in documentation
java.lang.Throwable: Do not know whether to inject Markdown in documentation
	at org.elixir_lang.errorreport.Logger.error(Logger.kt:45)
	at org.elixir_lang.errorreport.Logger.error(Logger.kt:25)
	at org.elixir_lang.injection.markdown.Injector.getLanguagesToInjectInQuote(Injector.kt:47)
	at org.elixir_lang.injection.markdown.Injector.getLanguagesToInject(Injector.kt:22)

Attachments

/Users/s.elin/Projects/xpay/severus/deps/phoenix_live_dashboard/lib/phoenix/live_dashboard.ex

Please copy the contents of the above path into this report: files are too long to include in the URL when opening the browser. You can get the exact contents of that path when the error occurred from the Attachments tab of the IDE Fatal Errors dialog that you had open before clicking the button to submit this issue.

kpy3 avatar Sep 10 '22 19:09 kpy3