Conversation
There was a problem hiding this comment.
Add a # above Total just so it is rendered properly then. :)
There was a problem hiding this comment.
There was a problem hiding this comment.
You can do a proper markdown table, check Kernel.Typespec for examples.
There was a problem hiding this comment.
A table is an interesting workaround, although I'd prefer to have it as a standard code snippet (pre element) since this is the output of the task. But yeah, that might be one way of dealing with it. I could say, "The task produces the following table:" or something similar.
There was a problem hiding this comment.
Just add the # at the top or any other character. We don't need to perfectly reflect the table, anything that looks sufficiently nice, will suffice.
There was a problem hiding this comment.
Btw, the docs here are fantastic.
|
This is beautiful, thank you. Just a heads up, it will take some time for me to get back to you. I am likely not putting any dev cycles on Elixir in June (trying to get Plug+Ecto as 1.0 out). |
|
No hurry. Do you have any idea though why travis would fail on the unrelated code with |
|
Travis failure is an unrelated race condition. |
I suspected as much. Should I just restart the build then? |
Fake space using U+00A0
|
I fixed the doc table layout by using a fake space (see 08031e9). It looks ok both in web docs and terminal ( |
|
Although a nice hack and a good idea I don't think we should use NBSP. It's easy to accidentally break in the future and you don't know you broke until you look at the generated docs. |
|
Yeah, what @ericmj said. :) |
|
So it's a |
|
Yeah, or anything simple like it. José Valimwww.plataformatec.com.br |
|
OK, I pushed the |
|
❤️ 💚 💙 💛 💜 |


Based on the discussion on the mailing list and further discussion on irc channel.
There's one known documentation issue I wasn't able to resolve (I'll add a note in the commit), but hopefully the pull's at least in the ballpark :-)