KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.82k stars 153 forks source link

Render code snippets that are not links #3491

Closed neominik closed 4 months ago

neominik commented 8 months ago

I recently started using Elixir and noticed that code snippets would not be rendered in the documentation. This turned out to be due to missing else branches when rendering links in code snippets. Since the documentation of standard library functions makes heavy use of code to refer to parameters and other things, this will be a great improvement to my Elixir journey.

billylaing commented 7 months ago

Thanks! This would be great.

KronicDeth commented 4 months ago

Thanks @neominik! ❤️