Vinícius Müller
Vinícius Müller
Are you going to try doing it this weekend? If not, I'm not really a rusty guy but I can give it a try. Edit: Did some experimentation using the...
I would like to take a look at this, but I think I'm not familiar enough with the context? Would it be possible to add a bit more of context...
I tried reproducing this using the main branch but failed to, is there something I'm missing? ```ex # lib/test_mix_app.ex defmodule TestMixApp do @moduledoc """ Documentation for `TestMixApp`. Hey Link! [Take...
@josevalim But if quotes are added on the link, (\`README.md\`) then it fails silently, I think either only one of these should be valid syntax for linking pages or it...
Is there any good way to handle this? I guess one should check if a function `md` without arity was passed and emit a warning, but this might lead to...
Nowadays, what would be the correct behavior here @josevalim @wojtekmach? Hiding deprecated functions from the sidebar search? The only case I think this would not be ideal is if an...
Hey! I did some experimentation with this and I think one approach for this case would be: - If we fail to parse something inside backticks as a reference, we...
> Do we remove the link in other cases? Or is the proposal to always remove? Currently only links for hidden functions are removed. From what I understand the idea...
Hey @josevalim, what do you think the diagnostic we would print for this should look like?
And about the visuals, should we strive for something like the snippet in this PR? Nice to note that there are two cases here: - We have start and end...