Hey all,

I'm trying to get a project into 80 character lines. Most of the credo 
violations are long ExUnit doctest lines.

I notice that IO.Ansi.Docs <https://github.com/elixir-lang/elixir/pull/3357> 
and 
ExDoc <https://github.com/elixir-lang/ex_doc/pull/85> both have support for 
fenced code blocks, which I prefer in Markdown and would dedent my problem 
lines sufficiently. However, when I try to run doctests with them, I get:

Doctest did not compile, got: (SyntaxError) lib/library.ex:14: unexpected 
token: "`" (column 1, codepoint U+0060)
     code: 4
           ```
     stacktrace:
       lib/library.ex:13: Library (module)

Is this omission intentional, or a feature request I could hack on?

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/9560079b-c0e6-4007-9d10-3850a9aa6316%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to